The C1DragStartedGestureEventArgs 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) |
Returns the position of the gesture's starting point relative to a given UIElement.
(Inherited from C1GestureEventArgs.) |
|
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 | |
---|---|---|
Direction |
The direction of the drag gesture, as determined by the initial drag change.
|
|
GestureOrigin |
The point, in unrotated screen coordinates, where the gesture occurred.
(Inherited from C1GestureEventArgs.) |
|
Handled |
If an event handler sets this to true, it stops event bubbling.
(Inherited from C1GestureEventArgs.) |
|
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.) |
|
TouchPosition |
The point, in unrotated screen coordinates, where the first touchpoint is now.
(Inherited from C1GestureEventArgs.) |