MKAnnotationView.SetDragState(MKAnnotationViewDragState, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the drag state of the annotation view.
[Foundation.Export("setDragState:animated:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void SetDragState (MapKit.MKAnnotationViewDragState newDragState, bool animated);
abstract member SetDragState : MapKit.MKAnnotationViewDragState * bool -> unit
override this.SetDragState : MapKit.MKAnnotationViewDragState * bool -> unit
Parameters
- newDragState
- MKAnnotationViewDragState
- animated
- Boolean
- Attributes
Remarks
Developers must use this method to manage the drag state of the annotation view on iOS 4.1 or later.