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

# image

The image that the button displays.

## Declaration

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

## Discussion

Discussion The combo button scales the image to fit within its bounds. Use the imageScaling property to specify the scaling behavior to use with your image.

## See Also

### Configuring the Button Appearance

- [style](appkit/nscombobutton/style-swift.property.md)
- [NSComboButton.Style](appkit/nscombobutton/style-swift.enum.md)
- [title](appkit/nscombobutton/title.md)
- [imageScaling](appkit/nscombobutton/imagescaling.md)
