Enum SwipeDirection
Enumerates swipe directions.
[Flags]
public enum SwipeDirection
Fields
All = LeftRight | UpDownIndicates a presence of all swipe directions.
Down = 8Indicates a presence of downward swipe.
Left = 2Indicates a presence of leftward swipe.
LeftRight = Right | LeftIndicates a presence of horizontal swipe directions.
Right = 1Indicates a presence of rightward swipe.
Up = 4Indicates a presence of upward swipe.
UpDown = Up | DownIndicates a presence of vertical swipe directions.