[Tizen] Add properties of TextLabel/Editor
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / public / NUIConstants.cs
index 1a581d1..704ea52 100755 (executable)
@@ -1533,4 +1533,20 @@ namespace Tizen.NUI
         Finished
     }
 
+     /// <summary>
+    /// An enum of line wrap mode of text controls.
+    /// </summary>
+    public enum LineWrapMode
+    {
+        /// <summary>
+        /// Word mode will move word to next line
+        /// </summary>
+        Word,
+
+        /// <summary>
+        /// character will move character by character to next line
+        /// </summary>
+        Character
+    }
+
 }