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 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à.