# Sandbox.Stroke.Cap

```csharp
LineCap Cap { get; set; }
```

Outward-facing caps at both ends of open paths and dash runs, without shortening heads on short runs.
Closed paths have no endpoint caps; dots stay round.

Declared in [Sandbox.Stroke](/api/Sandbox.Stroke).
Assembly: `Sandbox.Engine`.
