# 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.WindowingModule

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