ManipulationInertiaStartingEventArgs.ManipulationOrigin 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 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.