# `InspectorViewImageController.cropTopField`

*Instance Property*

## Declaration

```swift
@IBOutlet weak var cropTopField: NSTextField! { get set }
```

```objc
@property (nonatomic, weak) NSTextField * cropTopField;
```

```python
cropTopField() -> NSTextField
setCropTopField_(cropTopField: NSTextField)
```

