2 references to ColorProperty
Microsoft.Maui.Controls (2)
CheckBox\CheckBox.cs (2)
32
get => (Color)GetValue(
ColorProperty
);
33
set => SetValue(
ColorProperty
, value);