ManipulationDeltaRoutedEventArgs.Delta Property

Definition

Gets the most recent changes of the current manipulation, as a ManipulationDelta.

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

Property Value

The most recent changes of the current manipulation.

Applies to