<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSWindow/Depth/isPlanar",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:@F@NSPlanarFromDepth"
  },
  "title" : "isPlanar"
}
-->

# isPlanar

Returns whether the specified window depth is planar.

```
var isPlanar: Bool { get }
```

## Discussion

Returns <doc://com.apple.documentation/documentation/Swift/true> if the specified window `depth` is planar and <doc://com.apple.documentation/documentation/Swift/false> if it is not.

---

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)