Click or drag to resize

StackLayoutItem.HorizontalAlignment 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: Nullable<HorizontalAlignment>
The horizontal alignment of the control.
See Also