Indicates an additional space that is added between words of the text string.
[Visual Basic .NET] Public Property TextWordSpacing As Single
[C#]
public float TextWordSpacing {get; set;}
[C++]
HRESULT get_TextWordSpacing(
float* WordSpacing
);
[C++]
HRESULT put_TextWordSpacing(
float WordSpacing
);
[C++]Parameters
WordSpacing [out, retval] WordSpacing is a parameter of type float WordSpacing [in] WordSpacing is a parameter of type float
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.