# `GSInspectorView.secondaryBackgroundColor`

*Instance Property*

## Declaration

```swift
var secondaryBackgroundColor: NSColor! { get set }
```

```objc
@property (nonatomic, retain) NSColor * secondaryBackgroundColor;
```

```python
secondaryBackgroundColor() -> NSColor
setSecondaryBackgroundColor_(secondaryBackgroundColor: NSColor)
```

