ScrollControllerPanRequestedEventArgs.PointerPoint 属性

定义

获取与启动 PanRequested 事件的用户手势关联的实例PointerPoint

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

属性值

PointerPoint 启动 PanRequested 事件的用户手势关联的实例。

适用于