TableLayoutPanel.LayoutSettings Propiedad

Definición

Obtiene o establece un valor que representa la configuración de diseño de tabla.

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

Valor de propiedad

TableLayoutSettings que contiene la configuración de diseño de tabla.

Atributos

Excepciones

El valor de propiedad es null o se ha intentado establecer directamente TableLayoutSettings, lo que no se admite; en su lugar, establezca las propiedades individuales.

Se aplica a