共用方式為


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。

適用於