ArcObjects Library Reference (Controls)  

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 [out, retval]

  ppTextSymbol is a parameter of type ITextSymbol

ppTextSymbol [in]

  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