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


IFormattedTextSymbol.CharacterSpacing Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IF > IFormattedTextSymbol Interface > IFormattedTextSymbol.CharacterSpacing Property
ArcGIS Developer Help

IFormattedTextSymbol.CharacterSpacing Property

The character spacing.

[Visual Basic .NET]
Public Property CharacterSpacing As Double
[C#]
public double CharacterSpacing {get; set;}
[C++]
HRESULT get_CharacterSpacing(
  System.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