2 references to ColorProperty
Microsoft.Maui.Controls (2)
FontImageSource.cs (2)
19
get => (Color)GetValue(
ColorProperty
);
20
set => SetValue(
ColorProperty
, value);