次の方法で共有


SwipeDirection 列挙型

定義

スワイプの方向を列挙します。

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

[System.Flags]
public enum SwipeDirection
type SwipeDirection = 
継承
System.Enum
SwipeDirection
属性
System.FlagsAttribute

フィールド

Down 8

下方向のスワイプを示します。

Left 2

左方向のスワイプを示します。

Right 1

右方向のスワイプを示します。

Up 4

上方向のスワイプを示します。

適用対象