This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILegendItem2 Interface > ILegendItem2.ShowLabels Property (ArcObjects .NET 10.5 SDK) |
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