This document is archived and information here might be outdated. Recommended version. |
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**
The TextSymbol used by the ControlsInkFinishSketchCommand, ControlsRouteCommand and the IHookActions methods. By default the TextSymbol is black, and size 10 using the 'Arial' font.