SwipeDirection Enum
Definition
Specifies the direction of a swipe gesture.
public enum SwipeDirection
Fields
| Name | Description |
|---|---|
| Down | The swipe moved downward. |
| Left | The swipe moved to the left. |
| Right | The swipe moved to the right. |
| Up | The swipe moved upward. |
Down Field
The swipe moved downward.
public Avalonia.Input.SwipeDirection Down
Left Field
The swipe moved to the left.
public Avalonia.Input.SwipeDirection Left
Right Field
The swipe moved to the right.
public Avalonia.Input.SwipeDirection Right
Up Field
The swipe moved upward.
public Avalonia.Input.SwipeDirection Up