Implemented interface member:
property
IsZoomEnabled
Microsoft.Maui.Maps.IMap.IsZoomEnabled
2 references to IsZoomEnabled
Microsoft.Maui.Controls.Maps (2)
Map.cs (2)
30
/// <summary>Bindable property for <see cref="
IsZoomEnabled
"/>.</summary>
31
public static readonly BindableProperty IsZoomEnabledProperty = BindableProperty.Create(nameof(
IsZoomEnabled
), typeof(bool), typeof(Map), true);