# OverflowClipBox

> Boxes against which the VisualElement content is clipped.

## Definition

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

```csharp
public enum OverflowClipBox
```

## Fields

| Value                                                                                              | Description                                                                        |
| -------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
| [ContentBox](/engine/6000.3/script-reference/unityengine/uielements/overflowclipbox/contentbox.md) | Clip the content against the box inside the padding areas.                         |
| [PaddingBox](/engine/6000.3/script-reference/unityengine/uielements/overflowclipbox/paddingbox.md) | Clip the content against the box outside the padding areas but inside the borders. |
