<!--
{
  "availability" : [
    "macOS: 15.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/DisplayProxy/visibleRect",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI12DisplayProxyV11visibleRectSo6CGRectVvp"
  },
  "title" : "visibleRect"
}
-->

# visibleRect

The portion of the display where it is safe to place windows.

```
let visibleRect: CGRect
```

## Discussion

On macOS, this area does not contain the space occupied by the dock and
menu bar. Additionally, on Macs that include a camera housing in the
bezel this rectangle does not include the bezel or visible areas to
each side of the bezel.

---

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)