3 references to OnColor
Microsoft.Maui.Controls (3)
Switch\Switch.cs (3)
25
/// <summary>Bindable property for <see cref="
OnColor
"/>.</summary>
26
public static readonly BindableProperty OnColorProperty = BindableProperty.Create(nameof(
OnColor
), typeof(Color), typeof(Switch), null,
98
return
OnColor
;