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; }
Public Property VerticalAlignment As Nullable(Of VerticalAlignment)
Get
Set
member VerticalAlignment : Nullable<VerticalAlignment> with get, set
Property Value
Type:
NullableVerticalAlignmentThe vertical alignment of the control.
See Also