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


INestedLegendItem.AutoLayout Property (ArcObjects .NET 10.4 SDK)
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