Enum LineWrapMode

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll
API Level:
4

An enum of the line wrap mode of text controls.

C#
Copy
public enum LineWrapMode
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.