Summary
Gets or sets the axis along which items are laid out.
- Namespace
- Avalonia
.Layout - Containing Type
- StackLayout
Syntax
public Orientation Orientation { get; set; }
Value
Type | Description |
---|---|
Orientation | One of the enumeration values that specifies the axis along which items are laid out. The default is Vertical. |