GestureRecognizer.HoldStartDelay 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 ou définit le seuil de temps auquel les contacts sont reconnus pour l’événement Windows.UI.Input.GestureRecognizer.Holding .
public:
property TimeSpan HoldStartDelay { TimeSpan get(); void set(TimeSpan value); };
TimeSpan HoldStartDelay();
void HoldStartDelay(TimeSpan value);
public System.TimeSpan HoldStartDelay { get; set; }
var timeSpan = gestureRecognizer.holdStartDelay;
gestureRecognizer.holdStartDelay = timeSpan;
Public Property HoldStartDelay As TimeSpan
Valeur de propriété
Configuration requise pour Windows
Famille d’appareils |
Windows 10, version 2004 (introduit dans 10.0.19041.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v10.0)
|