Compartir a través de


MKAnnotationView.DragState Propiedad

Definición

Obtiene o establece el estado de arrastre de la vista de anotación.

[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

Valor de propiedad

Atributos

Comentarios

Los desarrolladores no deben establecer esta propiedad para las aplicaciones que se ejecutarán en iOS 4.1 o posterior. En su lugar, los desarrolladores deben administrar el estado de arrastre con SetDragState(MKAnnotationViewDragState, Boolean) en estas versiones.

Se aplica a