2 references to OnColorProperty
Microsoft.Maui.Controls (2)
Cells\SwitchCell.cs (2)
26
get { return (Color)GetValue(
OnColorProperty
); }
27
set { SetValue(
OnColorProperty
, value); }