FlowLayoutSettings::LayoutEngine Property
.NET Framework (current version)
Gets the current flow layout engine.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System.Windows.Forms.Layout::LayoutEngine^The LayoutEngine currently being used.
The LayoutEngine property is typically used in two contexts:
A container that uses a flow layout.
A control contained within a flow layout container (for example, a button contained in a cell of a FlowLayoutPanel).
.NET Framework
Available since 2.0
Available since 2.0
Show: