# Editor.Widget.DpiScale

```csharp
float DpiScale { get; set; }
```

The scale this widget is using (multiplying Size by this value gives the actual native size)

Declared in [Editor.Widget](/api/Editor.Widget).
Assembly: `Sandbox.Tools`.
