Gestures Class
Definition
Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public static class Gestures
Public NotInheritable Class Gestures
[<AbstractClassAttribute>]
[<SealedAttribute>]
type Gestures = class end
| Inheritance | Object → Gestures |
Methods
Fields
| DoubleTappedEvent | |
| HoldingEvent | Occurs when a user performs a press and hold gesture (with a single touch, mouse, or pen/stylus contact). |
| IsHoldingEnabledProperty | Defines the IsHoldingEnabled attached property. |
| IsHoldWithMouseEnabledProperty | Defines the IsHoldWithMouseEnabled attached property. |
| PinchEndedEvent | |
| PinchEvent | |
| PointerTouchPadGestureMagnifyEvent | |
| PointerTouchPadGestureRotateEvent | |
| PointerTouchPadGestureSwipeEvent | |
| PullGestureEndedEvent | |
| PullGestureEvent | |
| RightTappedEvent | |
| ScrollGestureEndedEvent | |
| ScrollGestureEvent | |
| ScrollGestureInertiaStartingEvent | |
| TappedEvent |