# Sandbox.UI.TextDecoration

Possible values for `text-decoration` CSS property.

- Kind: enum
- Namespace: `Sandbox.UI`
- Assembly: `Sandbox.System`
- Modifiers: sealed

## Fields

- [`LineThrough`](/api/Sandbox.UI.TextDecoration/LineThrough): Strike through, a line in the middle of the text.
- [`None`](/api/Sandbox.UI.TextDecoration/None): No decoration, default.
- [`Overline`](/api/Sandbox.UI.TextDecoration/Overline): A line above the text.
- [`Underline`](/api/Sandbox.UI.TextDecoration/Underline): Underline the text.
