ManipulationInertiaStartingEventArgs::ManipulationOrigin Property

.NET Framework (current version)
 

Gets or sets the point from which the manipulation originated.

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

public:
property Point ManipulationOrigin {
	Point get();
	void set(Point value);
}

Property Value

Type: System.Windows::Point

The point from which the manipulation originated.

If more than one point of contact initiated the manipulation, the ManipulationOrigin property is the point between all of the points of contact.

For more information about manipulations, see the Input Overview. For an example of an application that responds to manipulations, see Walkthrough: Creating Your First Touch Application.

.NET Framework
Available since 4.0
Return to top
Show: