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).

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é

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 à