titlebarAppearsTransparent
A Boolean value that indicates whether the title bar draws its background.
Declaration
var titlebarAppearsTransparent: Bool { get set }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.