# `GSEditViewController.showBackgroundButton`

*Instance Property*

## Declaration

```swift
@IBOutlet unowned(unsafe) var showBackgroundButton: NSButton { get set }
```

```objc
@property (nonatomic, unsafe_unretained) NSButton * showBackgroundButton;
```

```python
showBackgroundButton() -> NSButton
setShowBackgroundButton_(showBackgroundButton: NSButton)
```

