Summary
Gets or sets the orientation of the WrapLayout.
Horizontal means that child controls will be added horizontally until the width of the panel is reached, then a new row is added to add new child controls.
Vertical means that children will be added vertically until the height of the panel is reached, then a new column is added.
- Namespace
- Avalonia
.Layout - Containing Type
- WrapLayout
Syntax
public Orientation Orientation { get; set; }
Value
Type | Description |
---|---|
Orientation |