Share via


FlowLayoutSettings.LayoutEngine Eigenschaft

Definition

Ruft die aktuelle FlowLayout-Engine ab.

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

Eigenschaftswert

LayoutEngine

Die aktuell verwendete LayoutEngine.

Hinweise

Die LayoutEngine Eigenschaft wird in der Regel in zwei Kontexten verwendet:

  • Ein Container, der ein Flusslayout verwendet.

  • Ein Steuerelement, das in einem Flusslayoutcontainer enthalten ist (z. B. eine Schaltfläche, die in einer Zelle einer FlowLayoutPanelZelle enthalten ist).

Gilt für

Siehe auch