Share via


PointerDownEventArgs.PointerCoordinate Property

Definition

Gets the coordinate of the pointer.

public:
 property PointerMoveEventArgs ^ PointerCoordinate { PointerMoveEventArgs ^ get(); };
PointerMoveEventArgs PointerCoordinate();
public PointerMoveEventArgs PointerCoordinate { get; }
var pointerMoveEventArgs = pointerDownEventArgs.pointerCoordinate;
Public ReadOnly Property PointerCoordinate As PointerMoveEventArgs

Property Value

The coordinate of the pointer.

Applies to

See also