The C1FlickGestureEventArgs type exposes the following members.

Methods

  Name Description
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetPosition(UIElement)
Returns the position of the gesture's starting point relative to a given UIElement.
(Inherited from C1GestureEventArgs.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  Name Description
Public property Angle
The angle of the flick.
Public property Direction
The direction of the flick gesture, as determined by the flick velocities.
Protected property GestureOrigin
The point, in unrotated screen coordinates, where the gesture occurred.
(Inherited from C1GestureEventArgs.)
Public property Handled
If an event handler sets this to true, it stops event bubbling.
(Inherited from C1GestureEventArgs.)
Public property HorizontalVelocity
The horizontal (X) velocity of the flick.
Public property OriginalSource
The first hit-testable item under the touch point. Determined by a combination of order in the tree and Z-order.
(Inherited from C1GestureEventArgs.)
Protected property TouchPosition
The point, in unrotated screen coordinates, where the first touchpoint is now.
(Inherited from C1GestureEventArgs.)
Public property VerticalVelocity
The vertical (Y) velocity of the flick.

See Also