This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Maplex > ESRI.ArcGIS.Maplex > Interfaces > IM > IMaplexPlacedLabel Interface > IMaplexPlacedLabel.WordSpacing Property (ArcObjects .NET 10.5 SDK) |
The word spacing of the placed label.
[Visual Basic .NET] Public Property WordSpacing As Double
[C#] public double WordSpacing {get; set;}
[C++]
HRESULT get_WordSpacing(
double* spacing
);
[C++]
HRESULT put_WordSpacing(
double spacing
);
[C++]
Parameters spacing [out, retval] spacing is a parameter of type double spacing [in] spacing is a parameter of type double