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