<div class='type'>Function</div>


<a id='references'></a>
<div class='sourceset sourceset-android'>Android</div>


> **Deprecated** glance-wear-tiles is deprecated and will be removed



<h2 id="border-width-color">border</h2>

```kotlin
public fun GlanceModifier.border(width: Dp, color: ColorProvider): GlanceModifier
```


Apply a border around an element, border width is provided in Dp

#### Parameters

| | |
| --- | --- |
| width | The width of the border, in DP |
| color | The color of the border |




<div class='sourceset sourceset-android'>Android</div>


> **Deprecated** glance-wear-tiles is deprecated and will be removed



<hr class="docs-overload-divider">


<h2 id="border-width-color-2">border</h2>

```kotlin
public fun GlanceModifier.border(@DimenRes width: Int, color: ColorProvider): GlanceModifier
```


Apply a border around an element, border width is provided with dimension resource

#### Parameters

| | |
| --- | --- |
| width | The width of the border, value provided by a dimension resource |
| color | The color of the border |