# Sandbox.BorderStyle

The style of a stroke or CSS border. Solid is the default for width-only borders.

- Kind: enum
- Namespace: `Sandbox`
- Assembly: `Sandbox.System`
- Modifiers: sealed

## Fields

- [`Dashed`](/api/Sandbox.BorderStyle/Dashed): A sequence of dashes.
- [`Dotted`](/api/Sandbox.BorderStyle/Dotted): A sequence of round dots.
- [`Double`](/api/Sandbox.BorderStyle/Double): Two lines separated by a gap.
- [`Groove`](/api/Sandbox.BorderStyle/Groove): A border that appears carved into the surface.
- [`Hidden`](/api/Sandbox.BorderStyle/Hidden): No border; its used width is zero.
- [`Inset`](/api/Sandbox.BorderStyle/Inset): A border that makes the box appear recessed.
- [`None`](/api/Sandbox.BorderStyle/None): No border; its used width is zero.
- [`Outset`](/api/Sandbox.BorderStyle/Outset): A border that makes the box appear raised.
- [`Ridge`](/api/Sandbox.BorderStyle/Ridge): A border that appears raised from the surface.
- [`Solid`](/api/Sandbox.BorderStyle/Solid): A single continuous line.
