TableLayoutSettings.LayoutEngine Propiedad

Definición

Obtiene el motor de diseño de tabla actual.

public:
 virtual property System::Windows::Forms::Layout::LayoutEngine ^ LayoutEngine { System::Windows::Forms::Layout::LayoutEngine ^ get(); };
public override System.Windows.Forms.Layout.LayoutEngine LayoutEngine { get; }
member this.LayoutEngine : System.Windows.Forms.Layout.LayoutEngine
Public Overrides ReadOnly Property LayoutEngine As LayoutEngine

Valor de propiedad

LayoutEngine

El motor LayoutEngine que está en uso en ese momento.

Comentarios

La LayoutEngine propiedad se usa normalmente en dos contextos:

  • Contenedor que usa un diseño de tabla.

  • Control contenido en un contenedor de diseño de tabla, como un botón contenido en una celda de .TableLayoutPanel

Se aplica a

Consulte también