# Overflow

> Defines what should happened if content overflows an element bounds.

## Definition

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

```csharp
public enum Overflow
```

## Fields

| Value                                                                                 | Description                                                                      |
| ------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- |
| [Hidden](/engine/6000.0/script-reference/unityengine/uielements/overflow/hidden.md)   | The overflow is clipped, and the rest of the content will be invisible.          |
| [Visible](/engine/6000.0/script-reference/unityengine/uielements/overflow/visible.md) | The overflow isn't clipped. It renders outside the element's box. Default Value. |
