---
title: titleVisibility
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nswindow/titlevisibility-swift.property
---

# titleVisibility

A value that indicates the visibility of the window’s title and title bar buttons.

## Declaration

```swift
var titleVisibility: NSWindow.TitleVisibility { get set }
```

## Discussion

Discussion By default, the value of this property is NSWindow.TitleVisibility.visible.

## See Also

### Managing Titles

- [title](appkit/nswindow/title.md)
- [subtitle](appkit/nswindow/subtitle.md)
- [setTitleWithRepresentedFilename(_:)](appkit/nswindow/settitlewithrepresentedfilename(_:).md)
- [representedFilename](appkit/nswindow/representedfilename.md)
- [representedURL](appkit/nswindow/representedurl.md)
