The FlickGestureEventArgs type exposes the following members.

Properties

  NameDescription
Public propertyAngle
Gets the angle of the flick gesture movement.
Public propertyFlickDirection
Gets the FlickDirection of the flick gesture.
Public propertyFlickOrientation
Gets the orientation of the flick gesture movement. This will either be horizontal or vertical based on which velocity is larger.
Public propertyGestureOrigin
Gets the origin of the gesture in screen coordinates.
(Inherited from GestureEventArgs.)
Public propertyHorizontalVelocity
Gets the horizontal velocity of the flick gesture.
Public propertyVerticalVelocity
Gets the vertical velocity of the flick gesture.

See Also