<!--
{
  "availability" : [
    "macOS: 11.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/WindowStyle/hiddenTitleBar",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI11WindowStylePA2A014HiddenTitleBarcD0VRszrlE06hiddenfG0AEvpZ"
  },
  "title" : "hiddenTitleBar"
}
-->

# hiddenTitleBar

A window style which hides both the window’s title and the backing of
the titlebar area, allowing more of the window’s content to show.

```
@export(implementation) static var hiddenTitleBar: HiddenTitleBarWindowStyle { get }
```

---

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)