Implemented interface member:
property
ThumbColor
Microsoft.Maui.ISwitch.ThumbColor
3 references to ThumbColor
Microsoft.Maui.Controls (2)
Switch\Switch.cs (2)
32
/// <summary>Bindable property for <see cref="
ThumbColor
"/>.</summary>
33
public static readonly BindableProperty ThumbColorProperty = BindableProperty.Create(nameof(
ThumbColor
), typeof(Color), typeof(Switch), null);
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\SwitchRenderer.cs (1)
75
Color thumbColor = Element.
ThumbColor
;