ArcObjects Library Reference (Carto)  

ILegendItem.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(
  VARIANT_BOOL* ShowLabels
);
[C++]
HRESULT put_ShowLabels(
  VARIANT_BOOL ShowLabels
);
[C++]

Parameters

ShowLabels [out, retval]   ShowLabels is a parameter of type VARIANT_BOOL ShowLabels [in]   ShowLabels is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ILegendItem Interface