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


ILegendItem2.ShowLabels Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILegendItem2 Interface > ILegendItem2.ShowLabels Property
ArcGIS Developer Help

ILegendItem2.ShowLabels Property

Indicates if labels are visible.

[Visual Basic .NET]
Public Property ShowLabels As Boolean
[C#]
public bool ShowLabels {get; set;}
[C++]
HRESULT get_ShowLabels(
  Boolean* ShowLabels
);
[C++]
HRESULT put_ShowLabels(
  VARIANT_BOOL ShowLabels
);
[C++]
Parameters
ShowLabels [out, retval]

ShowLabels is a parameter of type bool* ShowLabels [in]
ShowLabels is a parameter of type bool

Product Availability

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

See Also

ILegendItem2 Interface