ArcObjects Library Reference (Display)  

IFormattedTextSymbol.CharacterSpacing Property

The character spacing.

[Visual Basic .NET]
Public Property CharacterSpacing As Double
[C#]
public double CharacterSpacing {get; set;}
[C++]
HRESULT get_CharacterSpacing(
  double* CharacterSpacing
);
[C++]
HRESULT put_CharacterSpacing(
  double CharacterSpacing
);
[C++]

Parameters

CharacterSpacing [out, retval]   CharacterSpacing is a parameter of type double CharacterSpacing [in]   CharacterSpacing is a parameter of type double

Product Availability

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

Description

CharacterSpacing is the additional space that is added to each character beyond what is defined by its character box in its font. Character spacing is a percentage of the original character's length.

See Also

IFormattedTextSymbol Interface