This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDynamicSymbolProperties2 Interface > IDynamicSymbolProperties2.TextWordSpacing Property (ArcObjects .NET 10.5 SDK) |
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