---
title: contentImage
framework: tvuikit
role: symbol
role_heading: Instance Property
path: tvuikit/tvcaptionbuttonview/contentimage
---

# contentImage

The image displayed in the main content view.

## Declaration

```swift
var contentImage: UIImage? { get set }
```

## Discussion

Discussion The content image is displayed in the caption button and indicates the purpose of the caption button. The last instance of contentImage or contentText that was set in your app is displayed by the caption button view.

## See Also

### Configuring the Caption Button

- [contentText](tvuikit/tvcaptionbuttonview/contenttext.md)
- [title](tvuikit/tvcaptionbuttonview/title.md)
- [subtitle](tvuikit/tvcaptionbuttonview/subtitle.md)
