> For the complete documentation index, see [llms.txt](https://docs.overdare.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.overdare.com/development/api-reference/enums/borderstrokeposition.md).

# BorderStrokePosition

## Overview

BorderStrokePosition is an Enum that specifies where the stroke is displayed relative to the border of the parent UI element.

This is used as the BorderStrokePosition property of UIStroke and determines whether the stroke is drawn inside, centered on, or outside the border.

## Items

| Name   | Value | Description                                 |
| ------ | ----- | ------------------------------------------- |
| Inner  | 0     | Displays the stroke inside the border.      |
| Center | 1     | Displays the stroke centered on the border. |
| Outer  | 2     | Displays the stroke outside the border.     |

## See also

{% content-ref url="/pages/79OZ3e9UaPepKCPFvkj8" %}
[UIStroke](/development/api-reference/classes/uistroke.md)
{% endcontent-ref %}
