SwipeAxis
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Indicates the axis of the swipe gesture.
- C#
- VB.NET
public enum SwipeAxis : Enum
Public Enum SwipeAxis As [Enum]
Fields
| Name | Description |
|---|---|
| X | X-axis. |
| Y | Y-axis |
Used By
| Name | Description |
|---|---|
| SwipeEventArgs.Axis | Returns whether the performed swipe was on the x or y axis. |
| TrackEventArgs.Axis | Returns the Axis of the track event. |