2 references to FillColorProperty
Microsoft.Maui.Controls.Maps (2)
Circle.cs (2)
56
get => (Color)GetValue(
FillColorProperty
);
57
set => SetValue(
FillColorProperty
, value);