Xamarin.Forms.Slider Members

The members of Xamarin.Forms.Slider are listed below.

See Also: Inherited members from Xamarin.Forms.View

Public Constructors

Initializes a new instance of the Slider class.
Initializes a new instance of the Slider class.

Public Fields

static readonly
MaximumPropertyBindableProperty. Identifies the Maximum bindable property.
static readonly
MinimumPropertyBindableProperty. Identifies the Minimum bindable property.
static readonly
ValuePropertyBindableProperty. Identifies the Value bindable property.

Public Properties

Maximumdouble. Gets or sets the maximum selectable value for the Slider. This is a bindable property.
Minimumdouble. Gets or sets the minimum selectable value for the Slider. This is a bindable property.
Valuedouble. Gets or sets the current value. This is a bindable property.

Public Events

ValueChangedThe ValueChanged event is fired when the Value property changes.