4 references to ThumbColorProperty
Microsoft.Maui.Controls (3)
Properties\AssemblyInfo.cs (1)
161[assembly: StyleProperty("-maui-thumb-color", typeof(Switch), nameof(Switch.ThumbColorProperty))]
Switch\Switch.cs (2)
45 get { return (Color)GetValue(ThumbColorProperty); } 46 set { SetValue(ThumbColorProperty, value); }
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\SwitchRenderer.cs (1)
96 if (e.PropertyName == Switch.ThumbColorProperty.PropertyName)