Share via


MKMapView.PitchEnabled Property

Definition

Whether the view uses the angle defined by the Camera.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool PitchEnabled { [Foundation.Export("isPitchEnabled")] get; [Foundation.Export("setPitchEnabled:")] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("isPitchEnabled")>]
[<set: Foundation.Export("setPitchEnabled:")>]
member this.PitchEnabled : bool with get, set

Property Value

The default value is true.

Attributes

Applies to