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


IDynamicSymbolProperties2.TextWordSpacing Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

IDynamicSymbolProperties2.TextWordSpacing Property

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.

See Also

IDynamicSymbolProperties2 Interface