# Sandbox.UI.TextAlign

Possible values for `text-align` CSS property.

- Kind: enum
- Namespace: `Sandbox.UI`
- Assembly: `Sandbox.System`
- Modifiers: sealed

## Fields

- [`Auto`](/api/Sandbox.UI.TextAlign/Auto): Unused.
- [`Center`](/api/Sandbox.UI.TextAlign/Center): Align the text to the horizontal center.
- [`Justify`](/api/Sandbox.UI.TextAlign/Justify): Stretch each line (except the last) to fill the width by spacing out words.
- [`Left`](/api/Sandbox.UI.TextAlign/Left): Align the text to the left.
- [`Right`](/api/Sandbox.UI.TextAlign/Right): Align the text to the right.
