---
title: titlebarAppearsTransparent
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nswindow/titlebarappearstransparent
---

# titlebarAppearsTransparent

A Boolean value that indicates whether the title bar draws its background.

## Declaration

```swift
var titlebarAppearsTransparent: Bool { get set }
```

## Discussion

Discussion When the value of this property is true, the title bar does not draw its background, which allows all content underneath it to show through. It only makes sense to set this property to true when NSFullSizeContentViewWindowMask is also set.

## See Also

### Managing Title Bars

- [standardWindowButton(_:for:)](appkit/nswindow/standardwindowbutton(_:for:).md)
- [standardWindowButton(_:)](appkit/nswindow/standardwindowbutton(_:).md)
- [showsToolbarButton](appkit/nswindow/showstoolbarbutton.md)
- [toolbarStyle](appkit/nswindow/toolbarstyle-swift.property.md)
- [NSWindow.ToolbarStyle](appkit/nswindow/toolbarstyle-swift.enum.md)
- [titlebarSeparatorStyle](appkit/nswindow/titlebarseparatorstyle.md)
- [NSTitlebarSeparatorStyle](appkit/nstitlebarseparatorstyle.md)
- [windowTitlebarLayoutDirection](appkit/nswindow/windowtitlebarlayoutdirection.md)
