Enum LineWrapMode
Definition
- Assembly:
- Tizen.NUI.dll
An enum of the line wrap mode of text controls.
public enum LineWrapMode
Fields
| Name | Description |
|---|---|
| Character | character moves character by character to the next line. |
| Hyphenation | Hyphenation mode moves part of the word (at possible hyphen locations) to the next line and draw a hyphen at the end of the line. |
| Mixed | Mixed mode tries word wrap, if failed, it tries hyphenation wrap. |
| Word | The word mode moves a word to the next line. |