# Border Properties

## Content



The following properties let you customize the control's border.

| **Property** | **Description** |
| --- | --- |
| [BorderBrush](https://docs.microsoft.com/en-us/dotnet/api/system.windows.controls.control.borderbrush?view=netframework-4.5.2) | Gets or sets a brush that describes the border background of a control. This is a dependency property. |
| [BorderThickness](https://docs.microsoft.com/en-us/dotnet/api/system.windows.controls.control.borderthickness?view=netframework-4.5.2) | Gets or sets the border thickness of a control. This is a dependency property. |