3 references to MinimumTrackColorProperty
Microsoft.Maui.Controls (3)
Properties\AssemblyInfo.cs (1)
153
[assembly: StyleProperty("-maui-min-track-color", typeof(Slider), nameof(Slider.
MinimumTrackColorProperty
))]
Slider\Slider.cs (2)
86
get { return (Color)GetValue(
MinimumTrackColorProperty
); }
87
set { SetValue(
MinimumTrackColorProperty
, value); }