ManipulationDeltaRoutedEventArgs.IsInertial Propriété

Définition

Obtient si l’événement ManipulationDelta se produit pendant l’inertie.

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

Valeur de propriété

Boolean

bool

true si l’événement ManipulationDelta se produit pendant l’inertie ; false si l’événement se produit alors que le périphérique d’entrée de l’utilisateur a un contact avec l’élément .

S’applique à