This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IN > INestedLegendItem Interface > INestedLegendItem.LabelEnds Property (ArcObjects .NET 10.5 SDK) |
Indicates if only the first and last markers are labeled.
[Visual Basic .NET] Public Property LabelEnds As Boolean
[C#] public bool LabelEnds {get; set;}
[C++]
HRESULT get_LabelEnds(
VARIANT_BOOL* LabelEnds
);
[C++]
HRESULT put_LabelEnds(
VARIANT_BOOL LabelEnds
);
[C++]
Parameters LabelEnds [out, retval] LabelEnds is a parameter of type VARIANT_BOOL LabelEnds [in] LabelEnds is a parameter of type VARIANT_BOOL