Click or drag to resize

StackLayoutItem Class

Item for a single control in a StackLayout.
Inheritance Hierarchy
SystemObject
  Eto.FormsStackLayoutItem

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
[ContentPropertyAttribute("Control")]
public class StackLayoutItem

The StackLayoutItem type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyControl
Gets or sets the control for this item.
Public propertyExpand
Gets or sets a value indicating whether the control expands to available space in the direction of the layout.
Public propertyHorizontalAlignment
Gets or sets the horizontal alignment for the control for vertical stack layouts, or null to use HorizontalContentAlignment.
Public propertyVerticalAlignment
Gets or sets the vertical alignment for the control for horizontal stack layouts, or null to use VerticalContentAlignment.
Top
Operators
See Also