This document is archived and information here might be outdated.  Recommended version.


IGraphicProperties.TextSymbol Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IG > IGraphicProperties Interface > IGraphicProperties.TextSymbol Property
ArcGIS Developer Help

IGraphicProperties.TextSymbol Property

The text symbol used by the CommandsEnvironment singleton.

[Visual Basic .NET]
Public Property TextSymbol As ITextSymbol
[C#]
public ITextSymbol TextSymbol {get; set;}
[C++]
HRESULT get_TextSymbol(
  ITextSymbol* ppTextSymbol
);
[C++]
HRESULT put_TextSymbol(
  ITextSymbol** ppTextSymbol
);
[C++]
Parameters
ppTextSymbol [in]

ppTextSymbol is a parameter of type ITextSymbol* ppTextSymbol [out, retval]
ppTextSymbol is a parameter of type ITextSymbol**

Product Availability

Available with ArcGIS Engine.

Description

The TextSymbol used by the ControlsInkFinishSketchCommand, ControlsRouteCommand and the IHookActions methods. By default the TextSymbol is black, and size 10 using the 'Arial' font. 

See Also

IGraphicProperties Interface

.NET Samples

Controls commands environment