The GestureListener type exposes the following members.
Events
Name | Description | |
---|---|---|
![]() | DoubleTap |
Raised when 2 tap gesture are performed in quick succssession with a minimal distance between each tap position.
|
![]() | DragCompleted | |
![]() | DragDelta |
Raised when touch point movement is detected during a drag gesture on the UIElement.
|
![]() | DragStarted |
Raised when a drag gesture has started on the UIElement.
|
![]() | Flick |
Raised when a flick gesture is performed on the UIElement.
|
![]() | GestureCompleted |
Raised when all touch points have left the UIElement.
|
![]() | GestureStarted |
Raised when at least 1 touch point is created on the UIElement.
|
![]() | Hold |
Raised when a single touch point is held on the UIElement without moving for 1 second.
|
![]() | PinchCompleted |
Raised when a pinch gesture has been completed.
A pinch gesture is completed when all the touch points have left the UIElement.
|
![]() | PinchDelta | |
![]() | PinchStarted |
Raised when a pinch gesture is started on the UIElement.
|
![]() | Tap |
Raised when the UIElement is touched and then released at any time with no dragging movement in between.
|