# `InspectorViewComponentController.anchorButton`

*Instance Property*

## Declaration

```swift
@IBOutlet weak var anchorButton: NSButton! { get set }
```

```objc
@property (nonatomic, weak) NSButton * anchorButton;
```

```python
anchorButton() -> NSButton
setAnchorButton_(anchorButton: NSButton)
```

