次の方法で共有


PointerVisualizationSettings.IsContactFeedbackEnabled プロパティ

定義

ポインターの接触が検出されたときに視覚的フィードバックを有効にするかどうかを示す値を取得または設定します。

重要

ポインターの視覚化は、デスクトップ デバイス ファミリでのみサポートされています。

public:
 property bool IsContactFeedbackEnabled { bool get(); void set(bool value); };
bool IsContactFeedbackEnabled();

void IsContactFeedbackEnabled(bool value);
public bool IsContactFeedbackEnabled { get; set; }
var boolean = pointerVisualizationSettings.isContactFeedbackEnabled;
pointerVisualizationSettings.isContactFeedbackEnabled = boolean;
Public Property IsContactFeedbackEnabled As Boolean

プロパティ値

Boolean

bool

True を指定すると、フィードバックが有効になります。それ以外の場合は false。 既定値は、true です。

適用対象