2 references to IsShowingUserProperty
Microsoft.Maui.Controls.Maps (2)
Map.cs (2)
100
get { return (bool)GetValue(
IsShowingUserProperty
); }
101
set { SetValue(
IsShowingUserProperty
, value); }