Xamarin.Forms.Stepper Members

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

See Also: Inherited members from Xamarin.Forms.View

Public Constructors

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

Public Fields

static readonly
IncrementPropertyBindableProperty. Identifies the Increment bindable property.
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

Incrementdouble. Gets or sets the increment by which Value is increased or decreased. This is a bindable property.
Maximumdouble. Gets or sets the maximum selectable value. This is a bindable property.
Minimumdouble. Gets or sets the minimum selectabel value. This is a bindable property.
Valuedouble. Gets or sets the current value. This is a bindable property.

Public Events

ValueChangedRaised when the Stepper.Value property changes.