共用方式為


ScrollControllerPanRequestedEventArgs.PointerPoint 屬性

定義

取得與 PointerPoint 起始 PanRequested 事件之用戶手勢相關聯的實例。

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

屬性值

PointerPoint 起始 PanRequested 事件之用戶手勢相關聯的實例。

適用於