3 references to ThumbColorProperty
Microsoft.Maui.Controls (3)
Properties\AssemblyInfo.cs (1)
155[assembly: StyleProperty("-maui-thumb-color", typeof(Slider), nameof(Slider.ThumbColorProperty))]
Slider\Slider.cs (2)
100 get { return (Color)GetValue(ThumbColorProperty); } 101 set { SetValue(ThumbColorProperty, value); }