Click or drag to resize

StackLayout Constructor (StackLayoutItem)

Initializes a new instance of the StackLayout class with the specified items.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public StackLayout(
	params StackLayoutItem[] items
)

Parameters

items
Type: Eto.FormsStackLayoutItem
Initial items to add to the StackLayout.
See Also