FlowLayoutSettings::LayoutEngine Property

 

Gets the current flow layout engine.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property LayoutEngine^ LayoutEngine {
	virtual LayoutEngine^ get() override;
}

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
Return to top
Show: