TableLayoutPanel.LayoutSettings Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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à.