ScrollControllerPanRequestedEventArgs.PointerPoint Property

Definition

Gets he PointerPoint instance associated with the user gesture that initiated the PanRequested event.

public:
 property PointerPoint ^ PointerPoint { PointerPoint ^ get(); };
PointerPoint PointerPoint();
public PointerPoint PointerPoint { get; }
var pointerPoint = scrollControllerPanRequestedEventArgs.pointerPoint;
Public ReadOnly Property PointerPoint As PointerPoint

Property Value

The PointerPoint instance associated with the user gesture that initiated the PanRequested event.

Applies to