---
title: fullSizeContentView
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nswindow/stylemask-swift.struct/fullsizecontentview
---

# fullSizeContentView

When set, the window’s contentView consumes the full size of the window. Although you can combine this constant with other window style masks, it is respected only for windows with a title bar. Note that using this mask opts in to layer-backing. Use the contentLayoutRect or the contentLayoutGuide to lay out views underneath the title bar–toolbar area.

## Declaration

```swift
static var fullSizeContentView: NSWindow.StyleMask { get }
```

## See Also

### Constants

- [borderless](appkit/nswindow/stylemask-swift.struct/borderless.md)
- [titled](appkit/nswindow/stylemask-swift.struct/titled.md)
- [closable](appkit/nswindow/stylemask-swift.struct/closable.md)
- [miniaturizable](appkit/nswindow/stylemask-swift.struct/miniaturizable.md)
- [resizable](appkit/nswindow/stylemask-swift.struct/resizable.md)
- [texturedBackground](appkit/nswindow/stylemask-swift.struct/texturedbackground.md)
- [unifiedTitleAndToolbar](appkit/nswindow/stylemask-swift.struct/unifiedtitleandtoolbar.md)
- [fullScreen](appkit/nswindow/stylemask-swift.struct/fullscreen.md)
- [utilityWindow](appkit/nswindow/stylemask-swift.struct/utilitywindow.md)
- [docModalWindow](appkit/nswindow/stylemask-swift.struct/docmodalwindow.md)
- [nonactivatingPanel](appkit/nswindow/stylemask-swift.struct/nonactivatingpanel.md)
- [hudWindow](appkit/nswindow/stylemask-swift.struct/hudwindow.md)
