Stepper
Last updated
Last updated
Inheritance: Element -> NavigableElement -> VisualElement -> View Xamarin.Forms documentation: Stepper API / Guide
For details on how the control actually works, please refer to the Xamarin.Forms documentation.
Constructors | Description |
---|---|
Properties | Description |
---|---|
Stepper(min: float, max: float, value: float, onValueChanged: float -> ‘msg)
Define a Stepper widget with the min-max bounds and the current value
increment(value: float)
Sets the increment step between each selected values
reference(value: ViewRef<Stepper>)
Sets a ViewRef
instance to retrieve the Xamarin.Forms.Stepper
instance associated to this widget