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


IDynamicSymbolProperties2.TextWordSpacing Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDynamicSymbolProperties2 Interface > IDynamicSymbolProperties2.TextWordSpacing Property
ArcGIS Developer Help

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(
  System.Single* WordSpacing
);
[C++]
HRESULT put_TextWordSpacing(
  float WordSpacing
);
[C++]
Parameters
WordSpacing [out, retval]

WordSpacing is a parameter of type single* WordSpacing [in]
WordSpacing is a parameter of type single

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDynamicSymbolProperties2 Interface