ManipulationUpdatedEventArgs.Delta Property

Definition

Gets values that indicate the changes in the transformation deltas (translation, rotation, scale) of a manipulation since the last manipulation event.

ManipulationDelta Delta();
public ManipulationDelta Delta { get; }
var manipulationDelta = manipulationUpdatedEventArgs.delta;
Public ReadOnly Property Delta As ManipulationDelta

Property Value

The changes in transformation values since the last event.

Applies to

See also