Wisej.Web.SwipeAxis
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.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.
Last updated 11 months ago
Was this helpful?