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