<!--
{
  "availability" : [
    "macCatalyst: -",
    "macOS: 11.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSAppearance/currentDrawingAppearance",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSAppearance(cpy)currentDrawingAppearance"
  },
  "title" : "currentDrawingAppearance"
}
-->

# currentDrawingAppearance

The appearance that the system uses for color and asset resolution, and that’s active for drawing, usually from locking focus on a view.

```
@property (class, strong, readonly) NSAppearance * currentDrawingAppearance;
```

---

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)