SplitterPanel.AutoSize 屬性

定義

取得或設定值,指出 SplitterPanel 是否自動調整大小以顯示其全部內容。 這個屬性與這個類別無關。

public:
 property bool AutoSize { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(false)]
public bool AutoSize { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.AutoSize : bool with get, set
Public Property AutoSize As Boolean

屬性值

Boolean

如果 SplitterPanel 會自動調整大小,則為 true,否則為 false

屬性

適用於