# ImagePosition

Namespace: **Wisej.Web**

Assembly: **Wisej.Framework** (4.0.0.0)

Specifies the location of the image in its container.

{% tabs %}
{% tab title="C#" %}

```csharp
public enum ImagePosition : Enum
```

{% endtab %}

{% tab title="VB.NET" %}

```visual-basic
Public Enum ImagePosition As [Enum]
```

{% endtab %}
{% endtabs %}

## Fields

| Name       | Description                                              |
| ---------- | -------------------------------------------------------- |
| **Bottom** | The image is located at the bottom of the container.     |
| **Left**   | The image is located at the left edge of the container.  |
| **Right**  | The image is located at the right edge of the container. |
| **Top**    | The image is located at the top of the container.        |

## Used By

| Name                                                                                                                         | Description                                                                                                                                             |
| ---------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [DesktopTaskBarItem.ImagePosition](https://docs.wisej.com/api/containers/desktop/wisej.web.desktoptaskbaritem#imageposition) | Returns or sets the position of the [Image](https://docs.wisej.com/api/containers/desktop/wisej.web.desktoptaskbaritem#image) within this taskbar item. |
