TableLayoutPanel.LayoutSettings Propriété

Définition

Obtient ou définit une valeur représentant les paramètres de disposition du tableau.

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

Valeur de propriété

Contenant TableLayoutSettings les paramètres de disposition du tableau.

Attributs

Exceptions

La valeur de propriété est null, ou une tentative a été effectuée pour définir TableLayoutSettings directement, ce qui n’est pas pris en charge ; au lieu de cela, définissez des propriétés individuelles.

S’applique à