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


IDynamicSymbolProperties2.TextLeading 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.TextLeading Property
ArcGIS Developer Help

IDynamicSymbolProperties2.TextLeading Property

Indicates the text leading for the dynamic text symbol.

[Visual Basic .NET]
Public Property TextLeading As Single
[C#]
public float TextLeading {get; set;}
[C++]
HRESULT get_TextLeading(
  System.Single* Leading
);
[C++]
HRESULT put_TextLeading(
  float Leading
);
[C++]
Parameters
Leading [out, retval]

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

Product Availability

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

Remarks

Text Leading specifies the spacing in pixels, between the multiple lines of a text box, when drawing text.

See Also

IDynamicSymbolProperties2 Interface