InkInputConfiguration.IsPenHapticFeedbackEnabled Eigenschaft

Definition

Ruft ab oder legt fest, ob das haptische Feedback des Stifts für den aktiven Stift aktiviert ist.

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

Eigenschaftswert

Boolean

bool

True, wenn haptisches Feedback für den aktiven Stift aktiviert ist. Andernfalls „false“.

Windows-Anforderungen

Gerätefamilie
Windows 11 (eingeführt in 10.0.22000.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v14.0)

Gilt für:

Weitere Informationen