This document is archived and information here might be outdated. Recommended version. |
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
Text Leading specifies the spacing in pixels, between the multiple lines of a text box, when drawing text.