다음을 통해 공유


ScrollControllerPanRequestedEventArgs.PointerPoint 속성

정의

PointerPointPanRequested 이벤트를 시작한 사용자 제스처와 연결된 instance 가져옵니다.

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

속성 값

PointerPointPanRequested 이벤트를 시작한 사용자 제스처와 연결된 instance.

적용 대상