2 references to CenterProperty
Microsoft.Maui.Controls.Maps (2)
Circle.cs (2)
38
get => (Location)GetValue(
CenterProperty
);
39
set => SetValue(
CenterProperty
, value);