Switch
Constructors
Constructors
Description
Properties
Properties
Description
Usages
Switch(model.Toggled, ToggledMsg)
.thumbColor(Color.Red.ToFabColor(), dark = Color.Blue.ToFabColor())
.colorOn(Color.Red.ToFabColor(), dark = Color.Blue.ToFabColor()) Get access to the underlying Xamarin.Forms.Switch
let switchRef = ViewRef<Switch>()
Switch(model.Toggled, ToggledMsg)
.reference(switchRef) Last updated