---
name: BorderStrokePosition
last_updated: 2026-06-10T23:09:13Z
type: enum
summary: "Used by UIStroke.BorderStrokePosition to determine the stroke's position on its parent's border."
---

# BorderStrokePosition

Used by [UIStroke.BorderStrokePosition](/docs/reference/engine/classes/UIStroke.md) to determine the stroke's
position on its parent's border.

**Type:** enum

## Items

| Name | Value | Description |
|------|-------|-------------|
| `Outer` | 0 | The stroke renders on the outer border of the parent UI element. |
| `Center` | 1 | The stroke renders on the center border of the parent UI element. |
| `Inner` | 2 | The stroke renders on the inner border of the parent UI element. |