2 references to MapTypeProperty
Microsoft.Maui.Controls.Maps (2)
Map.cs (2)
120
get { return (MapType)GetValue(
MapTypeProperty
); }
121
set { SetValue(
MapTypeProperty
, value); }