Skip to main content

WrapPanelItemsAlignment Enum

Definition

Assembly:Avalonia.Controls
Package:Avalonia
public enum WrapPanelItemsAlignment

Inheritance: Enum -> WrapPanelItemsAlignment

Fields

NameDescription
CenterItems are laid out so that each column/row is centred vertically/horizontally within the panel.
EndItems are laid out so the last one in each column/row touches the bottom/right of the panel.
StartItems 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