---
title: contentLayoutGuide
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nswindow/contentlayoutguide
---

# contentLayoutGuide

A value used by Auto Layout constraints to automatically bind to the value of contentLayoutRect.

## Declaration

```swift
var contentLayoutGuide: Any? { get }
```

## See Also

### Sizing Content

- [contentAspectRatio](appkit/nswindow/contentaspectratio.md)
- [contentMinSize](appkit/nswindow/contentminsize.md)
- [setContentSize(_:)](appkit/nswindow/setcontentsize(_:).md)
- [contentMaxSize](appkit/nswindow/contentmaxsize.md)
- [contentResizeIncrements](appkit/nswindow/contentresizeincrements.md)
- [contentLayoutRect](appkit/nswindow/contentlayoutrect.md)
- [maxFullScreenContentSize](appkit/nswindow/maxfullscreencontentsize.md)
- [minFullScreenContentSize](appkit/nswindow/minfullscreencontentsize.md)
