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