---
title: contentImage
framework: watchkit
role: symbol
role_heading: Instance Property
path: watchkit/wkpickeritem/contentimage
---

# contentImage

The image to display for the item.

## Declaration

```swift
@NSCopying var contentImage: WKImage? { get set }
```

## Discussion

Discussion This image contains the item’s content and is displayed when the item is selected. The content image supported for all picker styles.

## See Also

### Setting the Picker Item’s Content

- [title](watchkit/wkpickeritem/title.md)
- [accessoryImage](watchkit/wkpickeritem/accessoryimage.md)
- [caption](watchkit/wkpickeritem/caption.md)
