次の方法で共有


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 で導入)

適用対象

こちらもご覧ください