Skip to main content

WrapPanelItemsAlignment Enumeration

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

public enum WrapPanelItemsAlignment

Members

Start0Items are laid out so the first one in each column/row touches the top/left of the panel.
Center1Items are laid out so that each column/row is centred vertically/horizontally within the panel.
End2Items are laid out so the last one in each column/row touches the bottom/right of the panel.

See Also

Reference

Avalonia.Controls Namespace