# TextWrapMode

> Whether lines wrap at the horizontal extent.

## Definition

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

```csharp
public enum TextWrapMode
```

## Fields

| Value                                                                                 | Description                          |
| ------------------------------------------------------------------------------------- | ------------------------------------ |
| [NoWrap](/engine/6000.7/script-reference/unityengine/textcore/textwrapmode/nowrap.md) | Lines do not wrap.                   |
| [Wrap](/engine/6000.7/script-reference/unityengine/textcore/textwrapmode/wrap.md)     | Lines wrap at the horizontal extent. |
