# `GSElementOrientation.GSAlignmentRight`

*Case*

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

## Declaration

```swift
case right
```

```objc
GSAlignmentRight
```

```python
GSAlignmentRight
```

## Discussion

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

