Manipulation2DCompletedEventArgs::Total Property

.NET Framework (current version)
 

Gets the total amount of change since the manipulation started.

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

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

Property Value

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

The total amount of change since the manipulation started.

.NET Framework
Available since 4.0
Return to top
Show: