Skip to main content
Version: 3.5

SwipeDirection

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.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