Merge remote-tracking branch 'origin/API6' into tizen_5.5
authoradmin <tizenapi@samsung.com>
Tue, 10 Dec 2019 15:51:48 +0000 (15:51 +0000)
committeradmin <tizenapi@samsung.com>
Tue, 10 Dec 2019 15:51:48 +0000 (15:51 +0000)
src/Tizen.NUI/src/public/BaseComponents/View.cs

index 13589c2..b71a17c 100755 (executable)
@@ -643,6 +643,11 @@ namespace Tizen.NUI.BaseComponents
         /// <summary>
         /// Retrieves and sets the view's opacity.<br />
         /// </summary>
+        /// <remarks>
+        /// <para>
+        /// Animatable - This property can be animated using <c>Animation</c> class.
+        /// </para>
+        /// </remarks>
         /// <since_tizen> 3 </since_tizen>
         public float Opacity
         {
@@ -1178,9 +1183,6 @@ namespace Tizen.NUI.BaseComponents
         /// If the view is not visible, then the view and its children will not be rendered.
         /// This is regardless of the individual visibility values of the children, i.e., the view will only be rendered if all of its parents have visibility set to true.
         /// </para>
-        /// <para>
-        /// Animatable - This property can be animated using <c>Animation</c> class.
-        /// </para>
         /// </remarks>
         /// <since_tizen> 3 </since_tizen>
         public bool Visibility