Slider
A View control that inputs a linear value.
Identifies the Maximum bindable property.
Identifies the Minimum bindable property.
Identifies the Value bindable property.
Gets or sets the maximum selectable value for the Slider. This is a bindable property.
Gets or sets the minimum selectable value for the Slider. This is a bindable property.
Gets or sets the current value. This is a bindable property.
The ValueChanged event is fired when the Value property changes.
public Slider()