Removed unneeded tags and modified Tizen API Level to 9 in TextLabel
authorShrouq Sabah <s.sabah@samsung.com>
Mon, 5 Jul 2021 14:22:41 +0000 (17:22 +0300)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Tue, 3 Aug 2021 01:50:50 +0000 (10:50 +0900)
src/Tizen.NUI/src/public/BaseComponents/TextLabel.cs

index d723c6d..6537359 100755 (executable)
@@ -781,13 +781,7 @@ namespace Tizen.NUI.BaseComponents
             }
         }
 
-        /// <summary>
-        /// The ellipsis location of the text.
-        /// The ellipsis location type when the text size over the layout size.<br />
-        /// The ellipsis location: End, Start or Middle.<br />
-        /// </summary>
-        /// <since_tizen> 6.5 </since_tizen>
-        /// This will be released at Tizen.NET API Level 6.5, so currently this would be used as inhouse API.
+        /// This will be released at Tizen.NET API Level 9, so currently this would be used as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public EllipsisPosition EllipsisPosition
         {