Share via


TableLayoutPanel.LayoutSettings 屬性

定義

取得或設定值,表示資料表配置設定。

public:
 property System::Windows::Forms::TableLayoutSettings ^ LayoutSettings { System::Windows::Forms::TableLayoutSettings ^ get(); void set(System::Windows::Forms::TableLayoutSettings ^ value); };
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.TableLayoutSettings LayoutSettings { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.LayoutSettings : System.Windows.Forms.TableLayoutSettings with get, set
Public Property LayoutSettings As TableLayoutSettings

屬性值

TableLayoutSettings

TableLayoutSettings,包含資料表配置設定。

屬性

例外狀況

此屬性值為 null,或是嘗試直接設定不支援的 TableLayoutSettings,要改為設定個別的屬性。

適用於