# ImagePosition

> How image and text is placed inside GUIStyle.

## Definition

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

```csharp
public enum ImagePosition
```

## Fields

| Value                                                                                 | Description                       |
| ------------------------------------------------------------------------------------- | --------------------------------- |
| [ImageAbove](/engine/6000.6/script-reference/unityengine/imageposition/imageabove.md) | Image is above the text.          |
| [ImageLeft](/engine/6000.6/script-reference/unityengine/imageposition/imageleft.md)   | Image is to the left of the text. |
| [ImageOnly](/engine/6000.6/script-reference/unityengine/imageposition/imageonly.md)   | Only the image is displayed.      |
| [TextOnly](/engine/6000.6/script-reference/unityengine/imageposition/textonly.md)     | Only the text is displayed.       |
