MapKit.MKMapView.ZoomEnabled Property
Controls if the user can zoom in and out of the map using a pinch gesture.

Syntax

[get: Foundation.Export("isZoomEnabled")]
[set: Foundation.Export("setZoomEnabled:")]
public virtual bool ZoomEnabled { get; set; }

Value

Default is true.

Remarks

The default value of true allows zooming. This property only controls if the user can interactively zoom. It has no affect on zooming the map in code, which can be done by changing either the MKMapView.Region or MKMapView.visibleMapRect properties.

Requirements

Namespace: MapKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0