Click or drag to resize

StackLayoutItemVerticalAlignment Property

Gets or sets the vertical alignment for the control for horizontal stack layouts, or null to use VerticalContentAlignment.

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

Property Value

Type: NullableVerticalAlignment
The vertical alignment of the control.
See Also