[NUI] Provide a way to enable legacy DALI StyleManager
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / public / Common / StyleManager.cs
index 34784e2..95f4674 100755 (executable)
@@ -93,6 +93,13 @@ namespace Tizen.NUI
             }
         }
 
+        [EditorBrowsable(EditorBrowsableState.Never)]
+        public static bool Enabled
+        {
+            get;
+            set;
+        } = false;
+
         /// <summary>
         /// Gets the singleton of StyleManager object.
         /// </summary>