Поделиться через


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 .

Применяется к