ArcObjects Library Reference (Carto)  

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(
  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

Product Availability

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

See Also

INestedLegendItem Interface