Enum WrapPanelItemsAlignment
public enum WrapPanelItemsAlignment
Fields
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.
Start = 0
Items are laid out so the first one in each column/row touches the top/left of the panel.