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


IMaplexPlacedLabel.CharacterSpacing Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Maplex > ESRI.ArcGIS.Maplex > Interfaces > IM > IMaplexPlacedLabel Interface > IMaplexPlacedLabel.CharacterSpacing Property
ArcGIS Developer Help

IMaplexPlacedLabel.CharacterSpacing Property

The character spacing of the placed label.

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

spacing is a parameter of type double* spacing [in]
spacing is a parameter of type double

Product Availability

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

See Also

IMaplexPlacedLabel Interface