PanGesture
One update of a drag: how far it has moved from where it started, and how fast it is going.
- Kind: Record struct
- Namespace: SkeleKit
- Implements:
IEquatable<PanGesture>
Constructors
Initializes a new instance of the PanGesture struct.
| Parameter | Summary |
|---|---|
GestureState State | The current execution state of the gesture lifecycle. |
Point Translation | The cumulative distance moved from the start position. |
Point Velocity | The current speed and direction of the movement. |
Properties
State
The current execution state of the gesture lifecycle.
Type: GestureState
Translation
The cumulative distance moved from the start position.
Type: Point
Velocity
The current speed and direction of the movement.
Type: Point