---
title: imageView
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsscrubberimageitemview/imageview
---

# imageView

The image view that the scrubber item uses to display its image.

## Declaration

```swift
var imageView: NSImageView { get }
```

## Discussion

Discussion Use this property to access and configure the underlying image view used to display the image in the image property.

## See Also

### Providing image content

- [image](appkit/nsscrubberimageitemview/image.md)
