ManipulationInertiaStartingRoutedEventArgs.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 the most recent changes of the current manipulation, as a ManipulationDelta.
ManipulationDelta Delta();
ManipulationDelta Delta();
public ManipulationDelta Delta { get; }
public ManipulationDelta Delta { get; }
var manipulationDelta = manipulationInertiaStartingRoutedEventArgs.delta;
Public ReadOnly Property Delta As ManipulationDelta
Property Value
The most recent changes of the current manipulation.