# Sandbox.Screen.Aspect

```csharp
static float Aspect { get; set; }
```

The aspect ratio of the screen. Equal to Width/Height, or 1 if the screen size is not yet known.

Declared in [Sandbox.Screen](/api/Sandbox.Screen).
Assembly: `Sandbox.Engine`.
