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


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

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(
  float* Leading
);
[C++]
HRESULT put_TextLeading(
  float Leading
);
[C++]

Parameters Leading [out, retval] Leading is a parameter of type float Leading [in] Leading is a parameter of type float

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