SwipeDirection Enum

Definition

Enumerates swipe directions.

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum SwipeDirection
type SwipeDirection = 
Inheritance
SwipeDirection
Attributes

Fields

Down 8

Indicates a downward swipe.

Left 2

Indicates a leftward swipe.

Right 1

Indicates a rightward swipe.

Up 4

Indicates an upward swipe.

Applies to