Enum EllipsisMode
Definition
- Assembly:
- Tizen.NUI.dll
Enumeration for the ellipsis mode of text.
public enum EllipsisMode
Fields
| Name | Description |
|---|---|
| AutoScroll | When the text is long, it will automatically scroll with animation. |
| Truncate | When the text is long, it will be truncated with ellipsis. |