[NUI] Add a comment about SENSITIVE. (#3402)
authorbshsqa <32317749+bshsqa@users.noreply.github.com>
Wed, 11 Aug 2021 00:37:56 +0000 (09:37 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Wed, 18 Aug 2021 03:10:44 +0000 (12:10 +0900)
- If a View is insensitive, the children are also not hittable.
 - This patch adds that at the sensitive property comment.

Signed-off-by: seungho <sbsh.baek@samsung.com>
src/Tizen.NUI/src/public/BaseComponents/View.cs

index 79ed291..66baabf 100755 (executable)
@@ -1680,6 +1680,7 @@ namespace Tizen.NUI.BaseComponents
 
         /// <summary>
         /// 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.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public bool Sensitive