2 references to FillColorProperty
Microsoft.Maui.Controls.Maps (2)
Polygon.cs (2)
25 get => (Color)GetValue(FillColorProperty); 26 set => SetValue(FillColorProperty, value);