<!--
{
  "availability" : [
    "macOS: 11.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSImageView/symbolConfiguration",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSImageView(py)symbolConfiguration"
  },
  "title" : "symbolConfiguration"
}
-->

# symbolConfiguration

Specifies a combination of point size, weight, and scale to use when sizing and displaying symbol images.

```
@NSCopying var symbolConfiguration: NSImage.SymbolConfiguration? { get set }
```

## Discussion

If a symbol configuration isn’t provided, the image view uses a default size, weight, and scale provided by the system.
The default value is `nil`.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)