---
title: image
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uimenuelement/image
---

# image

The image to display alongside the menu element’s title.

## Declaration

```swift
var image: UIImage? { get }
```

## Discussion

Discussion Only the context menu system supports the display of an image, and only when the app is running in iOS.

## See Also

### Getting the element attributes

- [title](uikit/uimenuelement/title.md)
- [subtitle](uikit/uimenuelement/subtitle.md)
