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