VisualElement.InputTransparent 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,指出這個專案是否在用戶互動期間響應點擊測試。 這是可繫結屬性。
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
。
設定 InputTransparent 可 true
讓專案看不見觸控和指標輸入。 輸入會傳遞至第一個以可視化方式在輸入透明專案後方的非輸入透明專案。