This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDynamicSymbolProperties2 Interface > IDynamicSymbolProperties2.TextLeading Property (ArcObjects .NET 10.4 SDK) |
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
Text Leading specifies the spacing in pixels, between the multiple lines of a text box, when drawing text.