From 982083128251a00b52f652307779b9a3b07270a0 Mon Sep 17 00:00:00 2001 From: bshsqa <32317749+bshsqa@users.noreply.github.com> Date: Wed, 11 Aug 2021 09:37:56 +0900 Subject: [PATCH] [NUI] Add a comment about SENSITIVE. (#3402) - If a View is insensitive, the children are also not hittable. - This patch adds that at the sensitive property comment. Signed-off-by: seungho --- src/Tizen.NUI/src/public/BaseComponents/View.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Tizen.NUI/src/public/BaseComponents/View.cs b/src/Tizen.NUI/src/public/BaseComponents/View.cs index 79ed291..66baabf 100755 --- a/src/Tizen.NUI/src/public/BaseComponents/View.cs +++ b/src/Tizen.NUI/src/public/BaseComponents/View.cs @@ -1680,6 +1680,7 @@ namespace Tizen.NUI.BaseComponents /// /// Gets or sets the status of whether the view should emit touch or hover signals. + /// If a View is made insensitive, then the View and its children are not hittable. /// /// 3 public bool Sensitive -- 2.7.4