---
title: interiorBackgroundStyle
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nscell/interiorbackgroundstyle
---

# interiorBackgroundStyle

The cell’s interior background style.

## Declaration

```swift
var interiorBackgroundStyle: NSView.BackgroundStyle { get }
```

## Discussion

Discussion The interior background style describes the surface drawn onto in the drawInterior(withFrame:in:) method. This is often the same as the backgroundStyle, but a button that draws a bezel would use a different value for this property. In a custom button with a custom bezel you can override this property and return a different value to describe that surface. A cell that has custom interior drawing might use the value of this property to pick an image that looks good on the cell.

## See Also

### Managing Display Attributes

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