# Sandbox.UI.Justify

Possible values for `justify-content` CSS property.

- Kind: enum
- Namespace: `Sandbox.UI`
- Assembly: `Sandbox.System`
- Modifiers: sealed

## Fields

- [`Center`](/api/Sandbox.UI.Justify/Center): [      OOOO      ]
- [`FlexEnd`](/api/Sandbox.UI.Justify/FlexEnd): [            OOOO]
- [`FlexStart`](/api/Sandbox.UI.Justify/FlexStart): [OOOO            ]
- [`SpaceAround`](/api/Sandbox.UI.Justify/SpaceAround): [ O   O   O   O ]
- [`SpaceBetween`](/api/Sandbox.UI.Justify/SpaceBetween): [O    O    O    O]
- [`SpaceEvenly`](/api/Sandbox.UI.Justify/SpaceEvenly): [  O  O  O  O  ]
- [`Stretch`](/api/Sandbox.UI.Justify/Stretch): The initial value (`normal`). In a flex container this behaves like [Sandbox.UI.Justify.FlexStart](/api/Sandbox.UI.Justify/FlexStart); in a grid container `auto` tracks stretch to fill the free space.
