---
title: isBordered
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nscolorwell/isbordered
---

# isBordered

A Boolean value that determines whether the color well has a border.

## Declaration

```swift
var isBordered: Bool { get set }
```

## Discussion

Discussion If the value of this property is true, the color well has a border; if it’s false, the color well doesn’t have a border. The default value of this property is true. A borderless color well doesn’t display the Colors window when someone clicks it.

## See Also

### Configuring the appearance

- [colorWellStyle](appkit/nscolorwell/colorwellstyle.md)
- [NSColorWell.Style](appkit/nscolorwell/style.md)
- [image](appkit/nscolorwell/image.md)
