# `GSFlowView.contentInsetLeft`

*Instance Property*

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

## Declaration

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

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

```python
contentInsetLeft() -> float
setContentInsetLeft_(contentInsetLeft: float)
```

