---
metadata:
  - name: generator
    content: Diplodoc Platform v5.50.3
alternate:
  - https://divkit.tech/docs/en/concepts/divs/2/div-text-range-border.md
  - https://divkit.tech/docs/ru/concepts/divs/2/div-text-range-border.md
---
> **Documentation Index:** Fetch the complete configuration index at https://divkit.tech/docs/en/llms.txt

# div-text-range-border
Character range border.

## Parameters
| Parameters | Description |
| --- | --- |
| `corner_radius` | <p>**int**</p><p>One radius of element and stroke corner rounding. Has a lower priority than `corners_radius`.</p><p>Restriction for the value `x`: `x >= 0`.</p><p>Available platforms: Android, iOS, web.</p> |
| `stroke` | <p>**object**</p><p>Stroke style.</p><p>The value has the type `div-stroke`.</p><p>Available platforms: Android, iOS, web.</p> |

<details>
<summary>JSON</summary>

```json
{
  corner_radius: "int",
  stroke: {
    color*: "string",
    style: div-stroke-style,
    unit: "string",
    width: "number"
  }
}
```
</details>
