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; }
Public Property VerticalContentAlignment As VerticalAlignment
Get
Set
member VerticalContentAlignment : VerticalAlignment with get, set
Property Value
Type:
VerticalAlignmentThe default child control alignment.
Remarks
The alignment can also be specified on a per-child basis with the
VerticalAlignment property.
See Also