AnnotatedScrollBar.Labels 属性

定义

获取或设置 对象的集合 AnnotatedScrollBarLabel ,这些对象定义要由 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)

属性值

对象的集合 AnnotatedScrollBarLabel ,这些对象定义要由 AnnotatedScrollBar显示的标签。 默认值为空集合。

适用于