---
title: "Border Control Schema"
description: "Value schema for border control type"
canonical: "https://academy.bricksbuilder.io/developer/schema/controls/border/"
markdownUrl: "https://academy.bricksbuilder.io/developer/schema/controls/border.md"
pageType: "article"
section: "developer"
category: "schema"
lastmod: "2026-05-21T13:58:32.000Z"
---
import SchemaJson from '../../../../../components/SchemaJson.astro'

<SchemaJson path="controls/border.json" />

## Properties

| Property | Type | Description |
|---|---|---|
| `width` | object | Spacing value with directional properties |
| `style` | string | One of: `none`, `solid`, `dashed`, `dotted`, `double`, `groove`, `ridge`, `inset`, `outset` |
| `color` | any | Color value in various formats |
| `radius` | object | Spacing value with directional properties |