# TransformOriginOffset

> Specifies the alignment keywords for TransformOrigin.

## Definition

* **Type:** Enum
* **Namespace:** [UnityEngine.UIElements](/engine/6000.6/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule

```csharp
public enum TransformOriginOffset
```

## Fields

| Value                                                                                            | Description                                                                |
| ------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------- |
| [Bottom](/engine/6000.6/script-reference/unityengine/uielements/transformoriginoffset/bottom.md) | The origin of the transform operation set to the bottom of the element.    |
| [Center](/engine/6000.6/script-reference/unityengine/uielements/transformoriginoffset/center.md) | The origin of the transform operation is set to the center of the element. |
| [Left](/engine/6000.6/script-reference/unityengine/uielements/transformoriginoffset/left.md)     | The origin of the transform operation is set to the left of the element.   |
| [Right](/engine/6000.6/script-reference/unityengine/uielements/transformoriginoffset/right.md)   | The origin of the transform operation is set to the right of the element.  |
| [Top](/engine/6000.6/script-reference/unityengine/uielements/transformoriginoffset/top.md)       | The origin of the transform operation is set to the top of the element.    |
