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 ,不支持设置;而是设置单个属性。

适用于