LayoutSettings.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 virtual System.Windows.Forms.Layout.LayoutEngine LayoutEngine { get; }
public virtual System.Windows.Forms.Layout.LayoutEngine? LayoutEngine { get; }
member this.LayoutEngine : System.Windows.Forms.Layout.LayoutEngine
Public Overridable 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: el contenedor que usa un esquema de diseño y el control secundario del contenedor al que se aplica el esquema de diseño.

Se aplica a

Consulte también