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

# imageScaling

The scaling behavior to apply to the button’s image.

## Declaration

```swift
var imageScaling: NSImageScaling { get set }
```

## Discussion

Discussion The default value of this property is NSImageScaling.scaleProportionallyDown.

## 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)
- [image](appkit/nscombobutton/image.md)
