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; }
<DefaultValueAttribute(Orientation.Vertical)>
Public Property Orientation As Orientation
Get
Set
[<DefaultValueAttribute(Orientation.Vertical)>]
member Orientation : Orientation with get, set
Property Value
Type:
OrientationThe 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