Layout.CascadeInputTransparent 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,這個值會控制子專案是否在轉譯為 true
時繼承此版面配置的輸入透明度。
public:
property bool CascadeInputTransparent { bool get(); void set(bool value); };
public bool CascadeInputTransparent { get; set; }
member this.CascadeInputTransparent : bool with get, set
Public Property CascadeInputTransparent As Boolean
屬性值
true
當這個配置的屬性為 true
時,讓子項目繼承此配置的InputTransparent輸入透明度。
false
會導致子專案忽略此配置的輸入轉譯。