---
title: contentRect
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nstabview/contentrect
---

# contentRect

The rectangle describing the content area of the tab view.

## Declaration

```swift
var contentRect: NSRect { get }
```

## Discussion

Discussion This area does not include the space required for the tab view’s tabs or borders (if any).

## See Also

### Determining the Size

- [minimumSize](appkit/nstabview/minimumsize.md)
- [controlSize](appkit/nstabview/controlsize.md)
