共用方式為


MKAnnotationViewDragState 列舉

定義

拖曳 MKAnnotationView 之 有效狀態的列舉。

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum MKAnnotationViewDragState
type MKAnnotationViewDragState = 
繼承
MKAnnotationViewDragState
屬性

欄位

名稱 Description
None 0
Starting 1
Dragging 2
Canceling 3
Ending 4

適用於