Skip to main content
Version: 4.1

SwipeDirection

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Indicates the direction of the swipe gesture.

public enum SwipeDirection : Enum

Fields

NameDescription
DownDirection down.
LeftDirection left.
RightDirection right.
UpDirection up.

Used By

NameDescription
SwipeEventArgs.DirectionReturns the direction of the performed swipe in reference to the axis: X = Up / Down Y = Left / Right