The members of Xamarin.Forms.Stepper are listed below.
See Also: Inherited members from Xamarin.Forms.View
static readonly | IncrementProperty | BindableProperty. Identifies the Increment bindable property. |
static readonly | MaximumProperty | BindableProperty. Identifies the Maximum bindable property. |
static readonly | MinimumProperty | BindableProperty. Identifies the Minimum bindable property. |
static readonly | ValueProperty | BindableProperty. Identifies the Value bindable property. |
| Increment | double. Gets or sets the increment by which Value is increased or decreased. This is a bindable property. | |
| Maximum | double. Gets or sets the maximum selectable value. This is a bindable property. | |
| Minimum | double. Gets or sets the minimum selectabel value. This is a bindable property. | |
| Value | double. Gets or sets the current value. This is a bindable property. |
| ValueChanged | Raised when the Stepper.Value property changes. |