Implemented interface member:
property
ThumbColor
Microsoft.Maui.ISwitch.ThumbColor
2 references to ThumbColor
Microsoft.Maui.Controls (2)
Switch\Switch.cs (2)
34
/// <summary>Bindable property for <see cref="
ThumbColor
"/>.</summary>
35
public static readonly BindableProperty ThumbColorProperty = BindableProperty.Create(nameof(
ThumbColor
), typeof(Color), typeof(Switch), null);