# `GSHint.alignment`

*Instance Property*

## Declaration

```swift
var alignment: GSElementAttachment { get set }
```

```objc
@property (nonatomic) GSElementAttachment alignment;
```

[See also `alignment` in the Python API](https://docu.glyphsapp.com/#GSHint.alignment)

```python
pyobjc_instanceMethods.alignment() -> GSElementAttachment
pyobjc_instanceMethods.setAlignment_(alignment: GSElementAttachment)
```

