次の方法で共有


UISwipeGestureRecognizerDirection 列挙型

定義

スワイプ ジェスチャの directin を指定する値の列挙。

この列挙体は、メンバー値のビットごとの組み合わせをサポートしています。

[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

タッチまたはタッチは、上にスワイプします。

適用対象