ArcObjects Library Reference (Carto)  

IMaplexOverposterLayerProperties.MaximumCharacterSpacing Property

The character spacing may be increased upto this limit.

[Visual Basic .NET]
Public Property MaximumCharacterSpacing As Double
[C#]
public double MaximumCharacterSpacing {get; set;}
[C++]
HRESULT get_MaximumCharacterSpacing(
  double* spacing
);
[C++]
HRESULT put_MaximumCharacterSpacing(
  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

IMaplexOverposterLayerProperties Interface