---
title: HiddenTitleBarWindowStyle
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/hiddentitlebarwindowstyle
---

# HiddenTitleBarWindowStyle

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
struct HiddenTitleBarWindowStyle
```

## Overview

Overview You can also use hiddenTitleBar to construct this style.

## Topics

### Creating the window style

- [init()](swiftui/hiddentitlebarwindowstyle/init().md)

## Relationships

### Conforms To

- [WindowStyle](swiftui/windowstyle.md)

## See Also

### Supporting types

- [DefaultWindowStyle](swiftui/defaultwindowstyle.md)
- [PlainWindowStyle](swiftui/plainwindowstyle.md)
- [TitleBarWindowStyle](swiftui/titlebarwindowstyle.md)
- [VolumetricWindowStyle](swiftui/volumetricwindowstyle.md)
