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; }
Public Property HorizontalContentAlignment As HorizontalAlignment
Get
Set
member HorizontalContentAlignment : HorizontalAlignment with get, set
Property Value
Type:
HorizontalAlignmentThe default child control alignment.
Remarks
The alignment can also be specified on a per-child basis with the
HorizontalAlignment property.
See Also