ArcObjects Library Reference (Carto)  

ILegend3.SupportsAutoColumns Property

Can legend items be automatically flowed to fit fixed frame?.

[Visual Basic .NET]
Public ReadOnly Property SupportsAutoColumns As Boolean
[C#]
public bool SupportsAutoColumns {get;}
[C++]
HRESULT get_SupportsAutoColumns(
  VARIANT_BOOL* flag
);
[C++]

Parameters

flag [out, retval]   flag is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ILegend3 Interface