InkInputConfiguration.IsPenHapticFeedbackEnabled 属性

定义

获取或设置是否为活动笔启用触觉反馈。

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

属性值

Boolean

bool

如果为活动笔启用了触觉反馈,则为 True。 否则为 false。

Windows 要求

设备系列
Windows 11 (在 10.0.22000.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v14.0 中引入)

适用于

另请参阅