# `GSNode.orientation`

*Instance Property*

The orientation of the node position.

## Declaration

```swift
var orientation: GSElementOrientation { get set }
```

```objc
@property (nonatomic) GSElementOrientation orientation;
```

```python
orientation() -> GSElementOrientation
setOrientation_(orientation: GSElementOrientation)
```

## See Also

### Orientation

- [`GSElementOrientation`](/Core/GlyphsCore/GSElementOrientation) — The orientation for coordinate values.

