SwipeChangingEventArgs(SwipeDirection, Double) Costruttore

Definizione

Inizializza una nuova istanza della classe SwipeChangingEventArgs.

public:
 SwipeChangingEventArgs(Microsoft::Maui::SwipeDirection swipeDirection, double offset);
public SwipeChangingEventArgs(Microsoft.Maui.SwipeDirection swipeDirection, double offset);
new Microsoft.Maui.Controls.SwipeChangingEventArgs : Microsoft.Maui.SwipeDirection * double -> Microsoft.Maui.Controls.SwipeChangingEventArgs
Public Sub New (swipeDirection As SwipeDirection, offset As Double)

Parametri

swipeDirection
SwipeDirection

Direzione del movimento di scorrimento rapido.

offset
Double

Distanza di offset dello scorrimento rapido corrente.

Si applica a