ManipulationInertiaStartingEventArgs.ManipulationOrigin Property

Definition

Gets or sets the point from which the manipulation originated.

public:
 property System::Windows::Point ManipulationOrigin { System::Windows::Point get(); void set(System::Windows::Point value); };
public System.Windows.Point ManipulationOrigin { get; set; }
member this.ManipulationOrigin : System.Windows.Point with get, set
Public Property ManipulationOrigin As Point

Property Value

The point from which the manipulation originated.

Remarks

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.

Applies to