Condividi tramite


ScrollControllerPanRequestedEventArgs.PointerPoint Proprietà

Definizione

Ottiene l'istanza PointerPoint associata al movimento utente che ha avviato l'evento PanRequested .

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

Valore della proprietà

PointerPoint Istanza associata al movimento utente che ha avviato l'evento PanRequested.

Si applica a