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

# interiorBackgroundStyle

Specifies how the subviews should draw.

## Declaration

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

## Discussion

Discussion This value is dynamically computed based on the set of properties set for the NSTableRowView. Subclassers can override this value when they draw differently based on the currently displayed properties. This property can also be set to determine the color a subview should use. See NSView.BackgroundStyle for supported values.

## See Also

### Display Style

- [isEmphasized](appkit/nstablerowview/isemphasized.md)
- [isFloating](appkit/nstablerowview/isfloating.md)
