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


IDynamicSymbolProperties2.TextCharacterSpacing Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDynamicSymbolProperties2 Interface > IDynamicSymbolProperties2.TextCharacterSpacing Property
ArcGIS Developer Help

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(
  System.Single* CharacterSpacing
);
[C++]
HRESULT put_TextCharacterSpacing(
  float CharacterSpacing
);
[C++]
Parameters
CharacterSpacing [out, retval]

CharacterSpacing is a parameter of type single* CharacterSpacing [in]
CharacterSpacing is a parameter of type single

Product Availability

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

See Also

IDynamicSymbolProperties2 Interface