StackLayoutItem Class |
Namespace: Eto.Forms
The StackLayoutItem type exposes the following members.
Name | Description | |
---|---|---|
![]() | StackLayoutItem |
Initializes a new instance of the StackLayoutItem class.
|
![]() | StackLayoutItem(Control, Boolean) |
Initializes a new instance of the StackLayoutItem class.
|
![]() | StackLayoutItem(Control, NullableHorizontalAlignment, Boolean) |
Initializes a new instance of the StackLayoutItem class when the StackLayout.Orientation is Vertical.
|
![]() | StackLayoutItem(Control, NullableVerticalAlignment, Boolean) |
Initializes a new instance of the StackLayoutItem class when the StackLayout.Orientation is Horizontal.
|
Name | Description | |
---|---|---|
![]() | Control |
Gets or sets the control for this item.
|
![]() | Expand |
Gets or sets a value indicating whether the control expands to available space in the direction of the layout.
|
![]() | HorizontalAlignment |
Gets or sets the horizontal alignment for the control for vertical stack layouts, or null to use HorizontalContentAlignment.
|
![]() | VerticalAlignment |
Gets or sets the vertical alignment for the control for horizontal stack layouts, or null to use VerticalContentAlignment.
|
Name | Description | |
---|---|---|
![]() ![]() | (String to StackLayoutItem) |
Converts a string to a StackLayoutItem with a label control implicitly.
|
![]() ![]() | (Control to StackLayoutItem) |
Converts a control to a StackLayoutItem implicitly.
|
![]() ![]() | (Image to StackLayoutItem) |