Enum TextOverflow
The text overflow mode.
Namespace: Unity.AppUI.UI
Assembly: Unity.AppUI.dll
Syntax
public enum TextOverflow
Fields
| Name | Description |
|---|---|
| Ellipsis | The text will be truncated with an ellipsis. |
| Normal | The text won't be truncated. |