Click or drag to resize

StackLayoutHorizontalContentAlignment Property

Gets or sets the default horizontal alignment of the child controls in the stack layout when the Orientation is Vertical.

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

Property Value

Type: HorizontalAlignment
The default child control alignment.
Remarks
The alignment can also be specified on a per-child basis with the HorizontalAlignment property.
See Also