InkInputConfiguration.IsPenHapticFeedbackEnabled 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 si le retour haptique du stylet est activé pour le stylet actif.
public:
property bool IsPenHapticFeedbackEnabled { bool get(); void set(bool value); };
bool IsPenHapticFeedbackEnabled();
void IsPenHapticFeedbackEnabled(bool value);
public bool IsPenHapticFeedbackEnabled { get; set; }
var boolean = inkInputConfiguration.isPenHapticFeedbackEnabled;
inkInputConfiguration.isPenHapticFeedbackEnabled = boolean;
Public Property IsPenHapticFeedbackEnabled As Boolean
Valeur de propriété
Boolean
bool
True, si les commentaires haptiques sont activés pour le stylet actif. Sinon, False.
Configuration requise pour Windows
Famille d’appareils |
Windows 11 (introduit dans 10.0.22000.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v14.0)
|