This document is archived and information here might be outdated. Recommended version. |
Indicates if text automatically sizes to fit the markers.
[Visual Basic .NET] Public Property AutoLayout As Boolean
[C#] public bool AutoLayout {get; set;}
[C++]
HRESULT get_AutoLayout(
VARIANT_BOOL AutoLayout
);
[C++]
HRESULT put_AutoLayout(
Boolean* AutoLayout
);
[C++]
Parameters AutoLayout [in]
AutoLayout is a parameter of type bool AutoLayout [out, retval]
AutoLayout is a parameter of type bool*