LayoutSettings.LayoutEngine Propriété

Définition

Obtient le moteur de présentation tabulaire actuel.

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

Valeur de propriété

LayoutEngine

LayoutEngine actuellement utilisé.

Remarques

La LayoutEngine propriété est généralement utilisée dans deux contextes : le conteneur qui utilise un schéma de disposition et le contrôle enfant du conteneur auquel le schéma de disposition est appliqué.

S’applique à

Voir aussi