# Sandbox.UI.BorderImageRepeat

Possible values for `border-image-repeat` (`border-image`) CSS property.

- Kind: enum
- Namespace: `Sandbox.UI`
- Assembly: `Sandbox.System`
- Modifiers: sealed

## Fields

- [`Round`](/api/Sandbox.UI.BorderImageRepeat/Round): The source image's edge regions are tiled (repeated) to fill the gap between each border. Tiles may be stretched to achieve the proper fit.
- [`Stretch`](/api/Sandbox.UI.BorderImageRepeat/Stretch): The source image's edge regions are stretched to fill the gap between each border.
