From: dongsug.song Date: Fri, 15 Dec 2017 10:19:31 +0000 (+0900) Subject: [NUI] temporary fix for VD PVR release, will be removed later X-Git-Tag: accepted/tizen/4.0/unified/20171219.072154~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9c848450daa97e62e5b9c64788a7b22e72e0b9d0;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git [NUI] temporary fix for VD PVR release, will be removed later Change-Id: I67c092178a9918f25268e3a43a5c586ebbd94762 Signed-off-by: dongsug.song --- diff --git a/src/Tizen.NUI/src/public/BaseComponents/View.cs b/src/Tizen.NUI/src/public/BaseComponents/View.cs index 1311cbd..a0bd1a0 100755 --- a/src/Tizen.NUI/src/public/BaseComponents/View.cs +++ b/src/Tizen.NUI/src/public/BaseComponents/View.cs @@ -3699,6 +3699,22 @@ namespace Tizen.NUI.BaseComponents } } + + /// + /// [Obsolete("Please do not use! this will be deprecated. Please use Visibility instead.")] + /// + /// 3 + [Obsolete("Please do not use! This will be deprecated! Please use Visibility instead!")] + [EditorBrowsable(EditorBrowsableState.Never)] + public bool Visible + { + get + { + return IsVisible(); + } + } + + /// /// Gets the view's world color. ///