Click or drag to resize

StackLayoutVerticalContentAlignment Property

Gets or sets the default vertical alignment of the child controls in the stack layout when the Orientation is Horizontal.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public VerticalAlignment VerticalContentAlignment { get; set; }

Property Value

Type: VerticalAlignment
The default child control alignment.
Remarks
The alignment can also be specified on a per-child basis with the VerticalAlignment property.
See Also