Partager via


InkInputConfiguration.IsPenHapticFeedbackEnabled Propriété

Définition

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)

S’applique à

Voir aussi