From: dongsug.song Date: Fri, 2 Sep 2022 06:21:10 +0000 (+0900) Subject: [NUI] Add comment for IsVisible(internal method) X-Git-Tag: accepted/tizen/unified/20231205.024657~737 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=62acbf781d8ec78d79042e6f31dcd46961f575f5;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git [NUI] Add comment for IsVisible(internal method) --- diff --git a/src/Tizen.NUI/src/public/BaseComponents/ViewInternal.cs b/src/Tizen.NUI/src/public/BaseComponents/ViewInternal.cs index ef69755..1341f79 100755 --- a/src/Tizen.NUI/src/public/BaseComponents/ViewInternal.cs +++ b/src/Tizen.NUI/src/public/BaseComponents/ViewInternal.cs @@ -792,6 +792,13 @@ namespace Tizen.NUI.BaseComponents throw NDalicPINVOKE.SWIGPendingException.Retrieve(); } + /// + /// Retrieve the View's current Visibility. + /// + /// + /// The property is set in the main thread, so it is not updated in real time when the value is changed in the render thread. + /// However, this method can get the current actual value updated in real time. + /// internal bool IsVisible() { bool ret = Interop.ActorInternal.IsVisible(SwigCPtr);