Partager via


GestureRecognizer.IsInertial Propriété

Définition

Obtient une valeur qui indique si une manipulation est toujours en cours de traitement pendant l’inertie (aucun point d’entrée n’est actif).

public:
 property bool IsInertial { bool get(); };
bool IsInertial();
public bool IsInertial { get; }
var boolean = gestureRecognizer.isInertial;
Public ReadOnly Property IsInertial As Boolean

Valeur de propriété

Boolean

bool

True si la manipulation est toujours en cours de traitement pendant l’inertie ; sinon, false. La valeur par défaut est false.

S’applique à

Voir aussi