# `GSFrameView.contentSize`

*Instance Property*

## Declaration

```swift
var contentSize: NSSize { get set }
```

```objc
@property (nonatomic) NSSize contentSize;
```

```python
contentSize() -> NSSize
setContentSize_(contentSize: NSSize)
```

