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


IFormattedTextSymbol.WordSpacing Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IF > IFormattedTextSymbol Interface > IFormattedTextSymbol.WordSpacing Property
ArcGIS Developer Help

IFormattedTextSymbol.WordSpacing Property

The word spacing.

[Visual Basic .NET]
Public Property WordSpacing As Double
[C#]
public double WordSpacing {get; set;}
[C++]
HRESULT get_WordSpacing(
  System.Double* WordSpacing
);
[C++]
HRESULT put_WordSpacing(
  double WordSpacing
);
[C++]
Parameters
WordSpacing [out, retval]

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

Product Availability

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

Description

WordSpacing is the additional space that is added between words of the text string. Word spacing is a percentage of the original.

See Also

IFormattedTextSymbol Interface