4 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)
102 get { return (Color)GetValue(ThumbColorProperty); } 103 set { SetValue(ThumbColorProperty, value); }
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\SliderRenderer.cs (1)
172 else if (e.PropertyName == Slider.ThumbColorProperty.PropertyName)