# `GSElementOrientation.GSAlignmentCenter`

*Case*

The *x* axis advances left-to-right from the center of the layer box.

## Declaration

```swift
case center
```

```objc
GSAlignmentCenter
```

```python
GSAlignmentCenter
```

## Discussion

For example, an `x` value of `0` places a point in the center of the layer box.

