Manipulation2DDeltaEventArgs::Delta Property

.NET Framework (current version)
 

Gets the amount of change since the last event.

Namespace:   System.Windows.Input.Manipulations
Assembly:  System.Windows.Input.Manipulations (in System.Windows.Input.Manipulations.dll)

public:
property ManipulationDelta2D^ Delta {
	ManipulationDelta2D^ get();
}

Property Value

Type: System.Windows.Input.Manipulations::ManipulationDelta2D^

The amount of change since the last event.

.NET Framework
Available since 4.0
Return to top
Show: