Switch.OnColor Property

Definition

Gets or sets the color of the switch when it is in the "On" position.

public Xamarin.Forms.Color OnColor { get; set; }
member this.OnColor : Xamarin.Forms.Color with get, set

Property Value

The color of the switch when it is in the "On" position.

Applies to