共用方式為


VisualElement.InputTransparent 屬性

定義

取得或設定值,指出這個專案是否在用戶互動期間響應點擊測試。 這是可繫結屬性。

public:
 property bool InputTransparent { bool get(); void set(bool value); };
public bool InputTransparent { get; set; }
member this.InputTransparent : bool with get, set
Public Property InputTransparent As Boolean

屬性值

備註

預設值是 false

設定 InputTransparenttrue 讓專案看不見觸控和指標輸入。 輸入會傳遞至第一個以可視化方式在輸入透明專案後方的非輸入透明專案。

適用於