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

属性

例外

属性值为 null,或尝试直接设置 TableLayoutSettings,而这是不受支持的;相反,应该设置各个属性。

适用于