Table of Contents

Enum SwipeDirection

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Enumerates swipe directions.

[Flags]
public enum SwipeDirection

Fields

All = LeftRight | UpDown

Indicates a presence of all swipe directions.

Down = 8

Indicates a presence of downward swipe.

Left = 2

Indicates a presence of leftward swipe.

LeftRight = Right | Left

Indicates a presence of horizontal swipe directions.

Right = 1

Indicates a presence of rightward swipe.

Up = 4

Indicates a presence of upward swipe.

UpDown = Up | Down

Indicates a presence of vertical swipe directions.