[NUI] Make Hypenation & Mixed line wrap modes public
authorabdullah <abdullahhasan10@gmail.com>
Thu, 2 Sep 2021 07:04:53 +0000 (10:04 +0300)
committerSeoyeon2Kim <34738918+Seoyeon2Kim@users.noreply.github.com>
Mon, 13 Sep 2021 07:33:23 +0000 (16:33 +0900)
src/Tizen.NUI/src/public/Common/NUIConstants.cs

index 077b31f..26e8d48 100755 (executable)
@@ -834,13 +834,13 @@ namespace Tizen.NUI
         /// Hyphenation mode will move part of the word (at possible hyphen locations)
         /// to the next line and draw a hyphen at the end of the line.
         /// </summary>
-        [EditorBrowsable(EditorBrowsableState.Never)]
+        /// <since_tizen> 9 </since_tizen>
         Hyphenation,
 
         /// <summary>
         /// Mixed mode will try word wrap, if failed, it will try hyphenation wrap.
         /// </summary>
-        [EditorBrowsable(EditorBrowsableState.Never)]
+        /// <since_tizen> 9 </since_tizen>
         Mixed
     }