3 references to MaximumTrackColorProperty
Microsoft.Maui.Controls (3)
Properties\AssemblyInfo.cs (1)
157
[assembly: StyleProperty("-maui-max-track-color", typeof(Slider), nameof(Slider.
MaximumTrackColorProperty
))]
Slider\Slider.cs (2)
95
get { return (Color)GetValue(
MaximumTrackColorProperty
); }
96
set { SetValue(
MaximumTrackColorProperty
, value); }