---
title: NSFullSizeContentViewWindowMask
framework: appkit
role: symbol
role_heading: Global Variable
path: appkit/nsfullsizecontentviewwindowmask
---

# NSFullSizeContentViewWindowMask

When set, the content view consumes the full size of the window; it can be combined with other window style masks, but is only respected for windows with a title bar. Using this mask opts in to layer backing. Use the contentLayoutRect or contentLayoutGuide to lay out views underneath the title bar-toolbar area.

## Declaration

```occ
static const NSWindowStyleMask NSFullSizeContentViewWindowMask;
```

## See Also

### Deprecated

- [NSBorderlessWindowMask](appkit/nsborderlesswindowmask.md)
- [NSTitledWindowMask](appkit/nstitledwindowmask.md)
- [NSClosableWindowMask](appkit/nsclosablewindowmask.md)
- [NSMiniaturizableWindowMask](appkit/nsminiaturizablewindowmask.md)
- [NSResizableWindowMask](appkit/nsresizablewindowmask.md)
- [NSTexturedBackgroundWindowMask](appkit/nstexturedbackgroundwindowmask.md)
- [NSUnifiedTitleAndToolbarWindowMask](appkit/nsunifiedtitleandtoolbarwindowmask.md)
- [NSFullScreenWindowMask](appkit/nsfullscreenwindowmask.md)
- [NSUnscaledWindowMask](appkit/nsunscaledwindowmask.md)
