2 references to ColorProperty
Microsoft.Maui.Controls (2)
SolidColorBrush.cs (2)
40
get => (Color)GetValue(
ColorProperty
);
41
set => SetValue(
ColorProperty
, value);