This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IN > INestedLegendItem Interface > INestedLegendItem.AutoLayout Property (ArcObjects .NET 10.5 SDK) |
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(
VARIANT_BOOL AutoLayout
);
[C++]
Parameters AutoLayout [out, retval] AutoLayout is a parameter of type VARIANT_BOOL AutoLayout [in] AutoLayout is a parameter of type VARIANT_BOOL