updated the comments
authorShrouq Sabah <s.sabah@samsung.com>
Mon, 6 Sep 2021 12:58:30 +0000 (15:58 +0300)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Mon, 27 Sep 2021 08:27:23 +0000 (17:27 +0900)
src/Tizen.NUI/src/public/BaseComponents/TextEditor.cs
src/Tizen.NUI/src/public/BaseComponents/TextField.cs
src/Tizen.NUI/src/public/BaseComponents/TextLabel.cs
src/Tizen.NUI/src/public/Common/NUIConstants.cs

index 6dfc5e9..3c86d87 100755 (executable)
@@ -1755,8 +1755,7 @@ namespace Tizen.NUI.BaseComponents
 
         /// <summary>
         /// The ellipsis position of the text.
-        /// The ellipsis position type when the text size over the layout size.<br />
-        /// The ellipsis position: End, Start or Middle.<br />
+        /// Specifies which portion of the text should be replaced with an ellipsis when the text size exceeds the layout size.<br />
         /// </summary>
         /// <since_tizen> 9 </since_tizen>
         public EllipsisPosition EllipsisPosition
index 21877e4..3e74893 100755 (executable)
@@ -1690,8 +1690,7 @@ namespace Tizen.NUI.BaseComponents
 
         /// <summary>
         /// The ellipsis position of the text.
-        /// The ellipsis position type when the text size over the layout size.<br />
-        /// The ellipsis position: End, Start or Middle.<br />
+        /// Specifies which portion of the text should be replaced with an ellipsis when the text size exceeds the layout size.<br />
         /// </summary>
         /// <since_tizen> 9 </since_tizen>
         public EllipsisPosition EllipsisPosition
index 962b4ed..c65d127 100755 (executable)
@@ -931,8 +931,7 @@ namespace Tizen.NUI.BaseComponents
 
         /// <summary>
         /// The ellipsis position of the text.
-        /// The ellipsis position type when the text size over the layout size.<br />
-        /// The ellipsis position: End, Start or Middle.<br />
+        /// Specifies which portion of the text should be replaced with an ellipsis when the text size exceeds the layout size.<br />
         /// </summary>
         /// <since_tizen> 9 </since_tizen>
         public EllipsisPosition EllipsisPosition
index b8746f4..d8b3a6e 100755 (executable)
@@ -907,7 +907,7 @@ namespace Tizen.NUI
         Start,
 
         /// <summary>
-        /// ellipsis position in middle.
+        /// ellipsis position in the middle.
         /// </summary>
         /// <since_tizen> 9 </since_tizen>
         Middle