From 2937ff7111d8eac00b2db1ce5f66e4da62cef5d0 Mon Sep 17 00:00:00 2001 From: Jiyun Yang Date: Tue, 10 Dec 2019 20:15:40 +0900 Subject: [PATCH] [NUI] Fix wrong API comments in xml (#1175) Signed-off-by: Jiyun Yang --- src/Tizen.NUI/src/public/BaseComponents/View.cs | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/Tizen.NUI/src/public/BaseComponents/View.cs b/src/Tizen.NUI/src/public/BaseComponents/View.cs index c766a24..5f3e063 100755 --- a/src/Tizen.NUI/src/public/BaseComponents/View.cs +++ b/src/Tizen.NUI/src/public/BaseComponents/View.cs @@ -643,6 +643,11 @@ namespace Tizen.NUI.BaseComponents /// /// Retrieves and sets the view's opacity.
///
+ /// + /// + /// Animatable - This property can be animated using Animation class. + /// + /// /// 3 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. /// - /// - /// Animatable - This property can be animated using Animation class. - /// /// /// 3 public bool Visibility -- 2.7.4