Click or drag to resize

StackLayoutItemHorizontalAlignment Property

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

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

Property Value

Type: NullableHorizontalAlignment
The horizontal alignment of the control.
See Also