TableLayoutPanel.LayoutSettings Proprietà

Definizione

Ottiene o imposta un valore che rappresenta le impostazioni di layout della tabella.

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

Valore della proprietà

Oggetto TableLayoutSettings contenente le impostazioni di layout della tabella.

Attributi

Eccezioni

Il valore della proprietà è nullo è stato effettuato un tentativo di impostare TableLayoutSettings direttamente, che non è supportato, ma impostare singole proprietà.

Si applica a