共用方式為


Layout.CascadeInputTransparent 屬性

定義

取得或設定值,這個值會控制子專案是否在轉譯為 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 會導致子專案忽略此配置的輸入轉譯。

適用於