TableLayoutPanel::LayoutEngine Property

 

Gets a cached instance of the panel's 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 for the panel's contents.

.NET Framework
Available since 2.0
Return to top
Show: