StackLayoutItem Constructor (Control, Boolean) |
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public StackLayoutItem(
Control control,
bool expand = false
)
Public Sub New (
control As Control,
Optional expand As Boolean = false
)
new :
control : Control *
?expand : bool
(* Defaults:
let _expand = defaultArg expand false
*)
-> StackLayoutItem
Parameters
- control
- Type: Eto.FormsControl
Control for the item. - expand (Optional)
- Type: SystemBoolean
Whether the control expands to fill space along the direction of the layout
See Also