---
title: image
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsimageview/image
---

# image

The image displayed by the image view.

## Declaration

```swift
var image: NSImage? { get set }
```

## Discussion

Discussion Use this property to change the image being displayed.

## See Also

### Specifying the image

- [symbolConfiguration](appkit/nsimageview/symbolconfiguration.md)
