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

# imageScaling

The scaling mode used to fit the receiver’s image into the frame.

## Declaration

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

## Discussion

Discussion For a list of possible values, see NSImageScaling. The default value is NSImageScaling.scaleProportionallyDown.

## See Also

### Aligning and Scaling the Image

- [imageAlignment](appkit/nsimagecell/imagealignment.md)
