# Sandbox.UI.BackgroundRepeat

Possible values for `background-repeat` CSS property.

- Kind: enum
- Namespace: `Sandbox.UI`
- Assembly: `Sandbox.System`
- Modifiers: sealed

## Fields

- [`Clamp`](/api/Sandbox.UI.BackgroundRepeat/Clamp): Stretch the edges of the image to fill empty space.
- [`NoRepeat`](/api/Sandbox.UI.BackgroundRepeat/NoRepeat): Do not repeat the background image.
- [`Repeat`](/api/Sandbox.UI.BackgroundRepeat/Repeat): Repeat the background image on X and Y axises.
- [`RepeatX`](/api/Sandbox.UI.BackgroundRepeat/RepeatX): Repeat the background image on X axis.
- [`RepeatY`](/api/Sandbox.UI.BackgroundRepeat/RepeatY): Repeat the background image on Y axis.
