This document is archived and information here might be outdated.  Recommended version.


INestedLegendItem.AutoLayout Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IN > INestedLegendItem Interface > INestedLegendItem.AutoLayout Property
ArcGIS Developer Help

INestedLegendItem.AutoLayout Property

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

INestedLegendItem Interface