# `GSFlowView.contentInsetRight`

*Instance Property*

Right inset applied inside the view’s bounds before layout. Default: 0.

## Declaration

```swift
var contentInsetRight: CGFloat { get set }
```

```objc
@property (nonatomic, assign) CGFloat contentInsetRight;
```

```python
contentInsetRight() -> float
setContentInsetRight_(contentInsetRight: float)
```

