---
title: image
framework: watchkit
role: symbol
role_heading: Instance Property
path: watchkit/wkimage/image
---

# image

The UIKit image object

## Declaration

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

## Discussion

Discussion The value in this property is set using the init(image:) method. For image objects created using other methods, this property is nil.

## See Also

### Getting the Image Data

- [imageData](watchkit/wkimage/imagedata.md)
- [imageName](watchkit/wkimage/imagename.md)
