LabelData Property (Slider)
In This Topic
Gets or sets a data used to populate the labels for the slider.
Syntax
'Declaration
Public Property LabelData As LabelData
public LabelData LabelData {get; set;}
Property Value
A
LabelData object representing the label data.
See Also