Share via


AnnotatedScrollBar.Labels Property

Definition

Gets or sets a collection of AnnotatedScrollBarLabel objects that define the labels to be displayed by the AnnotatedScrollBar.

public:
 property IVector<AnnotatedScrollBarLabel ^> ^ Labels { IVector<AnnotatedScrollBarLabel ^> ^ get(); void set(IVector<AnnotatedScrollBarLabel ^> ^ value); };
IVector<AnnotatedScrollBarLabel> Labels();

void Labels(IVector<AnnotatedScrollBarLabel> value);
public IList<AnnotatedScrollBarLabel> Labels { get; set; }
var iVector = annotatedScrollBar.labels;
annotatedScrollBar.labels = iVector;
Public Property Labels As IList(Of AnnotatedScrollBarLabel)

Property Value

A collection of AnnotatedScrollBarLabel objects that define the labels to be displayed by the AnnotatedScrollBar. The default is an empty collection.

Applies to