# mainWindowPosition

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

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine](/engine/6000.0/script-reference/unityengine.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public static Vector2Int mainWindowPosition { get; }
```

### Remarks

This API is only supported on Linux, macOS and Windows Standalone.
