# Sandbox.UI.TextOverflow

Possible values for `text-overflow` CSS property.

- Kind: enum
- Namespace: `Sandbox.UI`
- Assembly: `Sandbox.System`
- Modifiers: sealed

## Fields

- [`Clip`](/api/Sandbox.UI.TextOverflow/Clip): Visually cut off the overflowing text.
- [`Ellipsis`](/api/Sandbox.UI.TextOverflow/Ellipsis): Replace part of the text near the overflow point with ellipsis, and cut off the rest.
- [`None`](/api/Sandbox.UI.TextOverflow/None): Display overflown text.
