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
)
Public Sub New (
ParamArray items As StackLayoutItem()
)
new :
items : StackLayoutItem[] -> StackLayout
Parameters
- items
- Type: Eto.FormsStackLayoutItem
Initial items to add to the StackLayout.
See Also