# `GSFlowView.flowAlignmentValue`

*Instance Property*

How subviews are aligned horizontally within each row. Default: FlowViewAlignmentLeading. IBInspectable surfaces this as an integer: 0 = Leading, 1 = Center, 2 = Justified.

## Declaration

```swift
var flowAlignmentValue: Int { get set }
```

```objc
@property (nonatomic, assign) NSInteger flowAlignmentValue;
```

```python
flowAlignmentValue() -> int
setFlowAlignmentValue_(flowAlignmentValue: int)
```

