Click or drag to resize

Layout Constructor (LayoutIHandler)

Initializes a new instance of the Layout class with the specified handler.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
protected Layout(
	LayoutIHandler handler
)

Parameters

handler
Type: Eto.FormsLayoutIHandler
Handler to use for the widget
See Also