# Sandbox.Stroke.LineCap

How an open stroke ends.

- Kind: enum
- Assembly: `Sandbox.Engine`
- Modifiers: sealed

## Fields

- [`Arrow`](/api/Sandbox.Stroke.LineCap/Arrow): A flared triangle based at the endpoint, twice the stroke width across and one stroke width long.
- [`Butt`](/api/Sandbox.Stroke.LineCap/Butt): Ends at the endpoint.
- [`Round`](/api/Sandbox.Stroke.LineCap/Round): A semicircle extending half the stroke width beyond the endpoint.
- [`Square`](/api/Sandbox.Stroke.LineCap/Square): Extends half the stroke width beyond the endpoint.
- [`Triangle`](/api/Sandbox.Stroke.LineCap/Triangle): A full-stroke-width triangle based at the endpoint, with its tip half a stroke width beyond it.
