# `InspectorViewGuideController.angleField`

*Instance Property*

## Declaration

```swift
@IBOutlet unowned(unsafe) var angleField: NSTextField! { get set }
```

```objc
@property (nonatomic, unsafe_unretained) NSTextField * angleField;
```

```python
angleField() -> NSTextField
setAngleField_(angleField: NSTextField)
```

