WrapPanelItemsAlignment Enumeration
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public enum WrapPanelItemsAlignment
Public Enumeration WrapPanelItemsAlignment
type WrapPanelItemsAlignment
Members
Start | 0 | Items are laid out so the first one in each column/row touches the top/left of the panel. |
Center | 1 | Items are laid out so that each column/row is centred vertically/horizontally within the panel. |
End | 2 | Items are laid out so the last one in each column/row touches the bottom/right of the panel. |