# `GSElementOrientation`

*Enumeration*

The orientation for coordinate values.

## Declaration

```swift
enum GSElementOrientation
```

```objc
enum GSElementOrientation : int8_t;
```

```python
GSElementOrientation
```

## Topics

### Enumeration Cases

- [`GSElementOrientation.GSAlignmentCenter`](/Core/GlyphsCore/GSElementOrientation/GSAlignmentCenter) — The *x* axis advances left-to-right from the center of the layer box.
- [`GSElementOrientation.GSAlignmentLeft`](/Core/GlyphsCore/GSElementOrientation/GSAlignmentLeft) — The *x* axis advances left-to-right.
- [`GSElementOrientation.GSAlignmentRight`](/Core/GlyphsCore/GSElementOrientation/GSAlignmentRight) — The *x* axis advances right-to-left.

## See Also

### Orientation

- [`GSNode.orientation`](/Core/GlyphsCore/GSNode/orientation) — The orientation of the node position.

