This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IF > IFormattedTextSymbol Interface > IFormattedTextSymbol.Leading Property (ArcObjects .NET 10.4 SDK) |
The character leading.
[Visual Basic .NET] Public Property Leading As Double
[C#] public double Leading {get; set;}
[C++]
HRESULT get_Leading(
double* Leading
);
[C++]
HRESULT put_Leading(
double Leading
);
[C++]
Parameters Leading [out, retval] Leading is a parameter of type double Leading [in] Leading is a parameter of type double
Leading specifies the adjustment to regular spacing between lines. 0 units means no adjustment to regular line spacing. Leading is generally equal to or greater than the text size.