ManipulationInertiaStartingEventArgs.Delta Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 = manipulationInertiaStartingEventArgs.delta;
Public ReadOnly Property Delta As ManipulationDelta
Property Value
The changes in transformation values since the last event.
Examples
Touch interactions - Manipulation events, Basic input sample, Low latency input sample