The GestureListener type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| GestureListener |
Initializes a new instance of the GestureListener class.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Terminate |
Causes the GestureListener to permanently stop listening for gestures on the UIElement.
| |
| ToString | (Inherited from Object.) |
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.
|