Implemented interface member:
property
IsShowingUser
Microsoft.Maui.Maps.IMap.IsShowingUser
2 references to IsShowingUser
Microsoft.Maui.Controls.Maps (2)
Map.cs (2)
21
/// <summary>Bindable property for <see cref="
IsShowingUser
"/>.</summary>
22
public static readonly BindableProperty IsShowingUserProperty = BindableProperty.Create(nameof(
IsShowingUser
), typeof(bool), typeof(Map), default(bool));