# `GSElementOrientation.GSAlignmentLeft`

*Case*

The *x* axis advances left-to-right.

## Declaration

```swift
case left
```

```objc
GSAlignmentLeft
```

```python
GSAlignmentLeft
```

## Discussion

For example, an `x` value of `0` places a point on the left edge of the layer box.

