# position

> The position of the window relative to the top-left corner of the display.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.Windowing](/engine/6000.7/script-reference/unityengine/windowing.md)
* **Assembly:** UnityEngine.WindowingGatedModule

```csharp
public Vector2Int position { get; set; }
```

### Remarks

Specified as a [Vector2Int](/engine/6000.7/script-reference/unityengine/vector2int.md) with x and y coordinates in pixels.
