---
title: hiddenTitleBar
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/windowstyle/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.

## Declaration

```swift
static var hiddenTitleBar: HiddenTitleBarWindowStyle { get }
```

## See Also

### Getting built-in window styles

- [automatic](swiftui/windowstyle/automatic.md)
- [plain](swiftui/windowstyle/plain.md)
- [titleBar](swiftui/windowstyle/titlebar.md)
- [volumetric](swiftui/windowstyle/volumetric.md)
