# alignment

> Edge-relative alignment of the sprite graphic.

## Definition

* **Type:** Field
* **Namespace:** [UnityEditor](/engine/6000.7/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public int alignment
```

### Remarks

The possible values relate to the SpriteAlignment enum as follows:

Center = 0, TopLeft = 1, TopCenter = 2, TopRight = 3, LeftCenter = 4, RightCenter = 5, BottomLeft = 6, BottomCenter = 7, BottomRight = 8, Custom = 9.

Additional Resources: [SpriteAlignment](/engine/6000.7/script-reference/unityengine/spritealignment.md) enum.
