ScrollControllerPanRequestedEventArgs.PointerPoint 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 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.