Class SwipeGestureActivity.SwipeGestureEventArgs
Provides data for the SwipeGesture event.
public class SwipeGestureActivity.SwipeGestureEventArgs : EventArgs
- Inheritance
-
SwipeGestureActivity.SwipeGestureEventArgs
Constructors
- SwipeGestureEventArgs(MouseEventArgs, PointD, PointD)
Initializes a new instance of the SwipeGestureEventArgs class with the specified mouse event data and swipe coordinates.
- SwipeGestureEventArgs(MouseEventArgs, SwipeDirection, float)
Initializes a new instance of the SwipeGestureActivity.SwipeGestureEventArgs class.
Properties
- Angle
Gets or sets the angle, in degrees, represented by this instance.
- Direction
Gets or sets the direction of the swipe gesture.
- MouseArgs
Gets or sets the mouse event arguments.