This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDynamicSymbolProperties2 Interface > IDynamicSymbolProperties2.TextCharacterSpacing Property (ArcObjects .NET 10.4 SDK) |
Indicates an additional space that is added to each character beyond what is defined by its character box in the TextGlyph.
[Visual Basic .NET] Public Property TextCharacterSpacing As Single
[C#]
public float TextCharacterSpacing {get; set;}
[C++]
HRESULT get_TextCharacterSpacing(
float* CharacterSpacing
);
[C++]
HRESULT put_TextCharacterSpacing(
float CharacterSpacing
);
[C++]
Parameters CharacterSpacing [out, retval] CharacterSpacing is a parameter of type float CharacterSpacing [in] CharacterSpacing is a parameter of type float