# HorizontalWrapMode

> Wrapping modes for text that reaches the horizontal boundary.

## Definition

* **Type:** Enum
* **Namespace:** [UnityEngine](/engine/6000.7/script-reference/unityengine.md)
* **Assembly:** UnityEngine.TextRenderingModule

```csharp
public enum HorizontalWrapMode
```

## Fields

| Value                                                                                  | Description                                                |
| -------------------------------------------------------------------------------------- | ---------------------------------------------------------- |
| [Overflow](/engine/6000.7/script-reference/unityengine/horizontalwrapmode/overflow.md) | Text can exceed the horizontal boundary.                   |
| [Wrap](/engine/6000.7/script-reference/unityengine/horizontalwrapmode/wrap.md)         | Text will word-wrap when reaching the horizontal boundary. |
