Merge remote-tracking branch 'github/API4' into tizen_4.0
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / public / BaseComponents / View.cs
index bd51f9b..1553a42 100755 (executable)
@@ -3701,6 +3701,22 @@ namespace Tizen.NUI.BaseComponents
             }
         }
 
+
+        /// <summary>
+        /// [Obsolete("Please do not use! this will be deprecated. Please use Visibility instead.")]
+        /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        [Obsolete("Please do not use! This will be deprecated! Please use Visibility instead!")]
+        [EditorBrowsable(EditorBrowsableState.Never)]
+        public bool Visible
+        {
+            get
+            {
+                return IsVisible();
+            }
+        }
+
+
         /// <summary>
         /// Gets the view's world color.
         /// </summary>