TableLayoutPanel.LayoutSettings Proprietà

Definizione

Ottiene o imposta un valore che rappresenta le impostazioni del layout di 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 del layout di tabella.

Attributi

Eccezioni

Il valore della proprietà è null oppure si è tentato di impostare direttamente TableLayoutSettings. Questa operazione non è supportata. In alternativa, è possibile impostare le singole proprietà.

Si applica a