# scale

> A uniform scaling factor that Unity applies to elements in the panel before the panel transform.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.UIElements](/engine/6000.5/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule

```csharp
public float scale { get; set; }
```

### Remarks

This value must be greater than 0.
