# BackgroundPositionKeyword

> Defines the position of the background.

## Definition

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

```csharp
public enum BackgroundPositionKeyword
```

## Fields

| Value                                                                                                | Description                                                                                                                                                                             |
| ---------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Bottom](/engine/6000.0/script-reference/unityengine/uielements/backgroundpositionkeyword/bottom.md) | Vertical alignment is at the bottom.                                                                                                                                                    |
| [Center](/engine/6000.0/script-reference/unityengine/uielements/backgroundpositionkeyword/center.md) | Vertical alignment is centered and/or Horizontal alignment is centered. This is the default value to make sure it's backward compatible with unity-background-scale-mode default value. |
| [Left](/engine/6000.0/script-reference/unityengine/uielements/backgroundpositionkeyword/left.md)     | Horizontal alignment is to the left.                                                                                                                                                    |
| [Right](/engine/6000.0/script-reference/unityengine/uielements/backgroundpositionkeyword/right.md)   | Horizontal alignment is to the right.                                                                                                                                                   |
| [Top](/engine/6000.0/script-reference/unityengine/uielements/backgroundpositionkeyword/top.md)       | Vertical alignment is at the top.                                                                                                                                                       |
