ArcObjects Library Reference (Display)  

IDynamicSymbolProperties2.TextCharacterSpacing Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDynamicSymbolProperties2 Interface