# `GSFlowView.contentInsets`

*Instance Property*

Convenience accessor that aggregates the four inset properties. Setting this updates all four individual inset properties.

## Declaration

```swift
var contentInsets: NSEdgeInsets { get set }
```

```objc
@property (nonatomic, assign) NSEdgeInsets contentInsets;
```

```python
contentInsets() -> NSEdgeInsets
setContentInsets_(contentInsets: NSEdgeInsets)
```

