ManipulationDeltaRoutedEventArgs.Position Property

Definition

Gets the point from which the manipulation originated.

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

Property Value

The point from which the manipulation originated.

Applies to

See also