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