---
title: isBezeled
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nscell/isbezeled
---

# isBezeled

A Boolean value indicating whether the cell has a bezeled border.

## Declaration

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

## Discussion

Discussion The value of this property is true if the cell has a bezeled border or false if it does not. This property is mutually exclusive with the isBordered property—that is, a cell’s border can be plain or bezeled but not both. Changing the value of this property automatically removes any border that has been set, regardless of the value you assign to the property.

## See Also

### Managing Display Attributes

- [isBordered](appkit/nscell/isbordered.md)
- [isOpaque](appkit/nscell/isopaque.md)
- [controlTint](appkit/nscell/controltint.md)
- [backgroundStyle](appkit/nscell/backgroundstyle.md)
- [interiorBackgroundStyle](appkit/nscell/interiorbackgroundstyle.md)
- [NSView.BackgroundStyle](appkit/nsview/backgroundstyle.md)
