WrapPanelItemsAlignment Enum
Definition
public enum WrapPanelItemsAlignment
Fields
| Name | Description |
|---|---|
| Center | Items are laid out so that each column/row is centred vertically/horizontally within the panel. |
| End | Items are laid out so the last one in each column/row touches the bottom/right of the panel. |
| Start | Items are laid out so the first one in each column/row touches the top/left of the panel. |
Center Field
Items are laid out so that each column/row is centred vertically/horizontally within the panel.
public Avalonia.Controls.WrapPanelItemsAlignment Center
End Field
Items are laid out so the last one in each column/row touches the bottom/right of the panel.
public Avalonia.Controls.WrapPanelItemsAlignment End
Start Field
Items are laid out so the first one in each column/row touches the top/left of the panel.
public Avalonia.Controls.WrapPanelItemsAlignment Start