Stepper

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

Properties

Usages

Stepper(1000., 5000., model.Value, ValueChangedMsg)
    .increment(250.)

Get access to the underlying Xamarin.Forms.Stepper

let stepperRef = ViewRef<Stepper>()

Stepper(1000., 5000., model.Value, ValueChangedMsg)
    .reference(stepperRef) 

Last updated