[]
        
(Showing Draft Content)

C1.WinUI.Core.C1DragDeltaEventArgs

C1DragDeltaEventArgs Class

Contains information of the DragDelta event.

Inheritance
C1DragDeltaEventArgs
Namespace: C1.WinUI.Core
Assembly: C1.WinUI.Core.dll
Syntax
public class C1DragDeltaEventArgs : C1DragEventArgs

Properties

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.

Methods

Name Description
Complete()

Completes the manipulation without inertia.