ManipulationCompletedRoutedEventArgs.Position Property

Definition

Gets the x- and y- screen coordinates of the touch input at completed position.

public:
 property Point Position { Point get(); };
Point Position();
public Point Position { get; }
var point = manipulationCompletedRoutedEventArgs.position;
Public ReadOnly Property Position As Point

Property Value

The x- and y- screen coordinates of the touch input at completed position.

Applies to

See also