# `GSFlowView.flowAlignment`

*Instance Property*

Typed convenience wrapper around flowAlignmentValue.

## Declaration

```swift
var flowAlignment: FlowViewAlignment { get set }
```

```objc
@property (nonatomic, assign) FlowViewAlignment flowAlignment;
```

```python
flowAlignment() -> FlowViewAlignment
setFlowAlignment_(flowAlignment: FlowViewAlignment)
```

