Click or drag to resize

StackLayoutOrientation Property

Gets or sets the orientation of the controls in the stack layout.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
[DefaultValueAttribute(Orientation.Vertical)]
public Orientation Orientation { get; set; }

Property Value

Type: Orientation
The orientation of the controls.
Remarks
When the orientation is Horizontal, the VerticalContentAlignment specifies the default vertical alignment for child controls. When the orientation is Vertical, the HorizontalContentAlignment specifies the default horizontal alignment for child controls.
See Also