MKAnnotationViewDragState Enum
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.
An enumeration of valid states for a dragged MKAnnotationView.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum MKAnnotationViewDragState
type MKAnnotationViewDragState =
- Inheritance
-
MKAnnotationViewDragState
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | |
Starting | 1 | |
Dragging | 2 | |
Canceling | 3 | |
Ending | 4 |