From 56e5746c7a87216a1b7d44849f0b076a8e7982bd Mon Sep 17 00:00:00 2001 From: Jiyun Yang Date: Tue, 10 Dec 2019 20:15:14 +0900 Subject: [PATCH] [NUI] Fix wrong API comments in xml (#1174) 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 13589c2..b71a17c 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