共用方式為


CoreIndependentInputSourceController.IsTransparentForUncontrolledInput 屬性

定義

取得或設定是否應該將與控制器輸入來源相關聯的視覺效果視為透明,以供目前設定為傳遞至控制器的輸入。

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

void IsTransparentForUncontrolledInput(bool value);
public bool IsTransparentForUncontrolledInput { get; set; }
var boolean = coreIndependentInputSourceController.isTransparentForUncontrolledInput;
coreIndependentInputSourceController.isTransparentForUncontrolledInput = boolean;
Public Property IsTransparentForUncontrolledInput As Boolean

屬性值

Boolean

bool

如果視覺效果應該視為透明,則為 True。 否則為 false。 預設值為 false。

如果為 true,則可以點擊測試較低的 Z 順序視覺效果,以測試未設定為傳遞至控制器的輸入。

備註

只有當與控制器相關聯的視覺效果不會遮蔽其下層順序同層級 (時,才應該將此屬性設定為 true,例如當視覺效果使用透明筆刷繪製時) 。 否則,系統點擊測試可能會發現使用者看不到的視覺效果,以及使用者預期不會收到輸入的視覺效果。

這個屬性可讓您建立只攔截特定輸入的重迭,讓其他輸入像沒有重迭一樣進行處理。

適用於