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 will move character by character to the next line. |
Word | The word mode will move a word to the next line. |