GestureRecognizer.IsInertial Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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).
Pour plus d’informations sur cette API, consultez la rubrique UWP WinRT IsInertial .
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é
bool
True, si la manipulation est toujours en cours de traitement pendant l’inertie. Sinon, False. La valeur par défaut est false.