The FlickGestureEventArgs type exposes the following members.
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.) |
![]() | GetPosition(UIElement) |
Gets the position of the touch point relative to the given UIElement.
(Inherited from GestureEventArgs.) |
![]() | GetPosition(UIElement, Point) |
Returns the given screen position relative to the given UIElement.
(Inherited from GestureEventArgs.) |
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | Angle |
Gets the angle of the flick gesture movement.
|
![]() | FlickDirection |
Gets the FlickDirection of the flick gesture.
|
![]() | FlickOrientation |
Gets the orientation of the flick gesture movement. This will either be horizontal or vertical based on which velocity is larger.
|
![]() | GestureOrigin |
Gets the origin of the gesture in screen coordinates.
(Inherited from GestureEventArgs.) |
![]() | HorizontalVelocity |
Gets the horizontal velocity of the flick gesture.
|
![]() | VerticalVelocity |
Gets the vertical velocity of the flick gesture.
|