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

# image

Gets and set the image for this tab view item. The image may only be used in certain tab view styles and options.

## Declaration

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

## Discussion

Discussion The default value is nil.

## See Also

### Instance Properties

- [viewController](appkit/nstabviewitem/viewcontroller.md)
