共用方式為


UISwipeGestureRecognizerDirection 列舉

定義

值列舉,指定撥動手勢 的直接。

此列舉支援其成員值的位元組合。

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

欄位

Down 8

觸控或觸控會向下撥動。

Left 2

觸控或觸控向左撥動。

Right 1

觸控或觸控向右撥動。 此為預設值。

Up 4

觸控或觸控會撥動到頂端。

適用於