MKAnnotationView.DragState Property

Definition

Gets or sets the drag state of the annotation view.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual MapKit.MKAnnotationViewDragState DragState { [Foundation.Export("dragState")] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setDragState:")] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.DragState : MapKit.MKAnnotationViewDragState with get, set

Property Value

Attributes

Remarks

Developers should not set this property for applications that will run on iOS 4.1 or later. Developers should manage the drag state with SetDragState(MKAnnotationViewDragState, Boolean) on these versions, instead.

Applies to