Loading...
Wisej.Web.SwipeAxis
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Indicates the axis of the swipe gesture.
public enum SwipeAxis : Enum
Public Enum SwipeAxis As [Enum]
X
X-axis.
Y
Y-axis
SwipeEventArgs.Axis
Returns whether the performed swipe was on the x or y axis.
TrackEventArgs.Axis
Returns the Axis of the track event.