[NUI] Rename style in xaml (#905)
authorAdunFang <30402408+AdunFang@users.noreply.github.com>
Wed, 26 Jun 2019 10:26:03 +0000 (18:26 +0800)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Wed, 26 Jun 2019 10:26:03 +0000 (19:26 +0900)
* [NUI] Fix memory leak

* [NUI] Change some Xaml class to public

* [NUI] Rename Style to XamlStyle in View.cs

src/Tizen.NUI/src/public/BaseComponents/View.cs

index 8e2b522..57772e7 100755 (executable)
@@ -3484,7 +3484,7 @@ namespace Tizen.NUI.BaseComponents
         /// <since_tizen> 6 </since_tizen>
         /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
-        public Style Style
+        public Style XamlStyle
         {
             get
             {