[]
Contains information of the DragDelta event.
public class C1DragDeltaEventArgs : C1DragEventArgs
Name | Description |
---|---|
CumulativeTranslation | Gets the accumulated translation. |
DeltaTranslation | Gets the delta translation. |
IsInertial | Gets a value indicating whether this event is raised because of a direct manipulation or is inertial. |
Velocities | Gets the velocity of the inertia. |
Name | Description |
---|---|
Complete() | Completes the manipulation without inertia. |