GestureEventArgs Properties |
The GestureEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | GestureType |
The type of the gesture that has occured.
|
![]() | Handled |
[true] if the event has been handled and should not be proccessed further, [false] otherwise.
|
![]() | IsBegin |
[true] if this is the beggining of the gesture, [false] otherwise.
|
![]() | IsEnd |
[true] if this is the end of the gesture, [false] otherwise.
|
![]() | IsInertia |
[true] if the event was caused by inertia, [false] otherwise.
|
![]() | Location |
The location of the gesture.
|