From: AdunFang <30402408+AdunFang@users.noreply.github.com> Date: Wed, 26 Jun 2019 10:26:03 +0000 (+0800) Subject: [NUI] Rename style in xaml (#905) X-Git-Tag: 5.5_M2~161 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;ds=sidebyside;h=99c23f1fccfb2d194e2fd38402b44a96c1c2201d;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git [NUI] Rename style in xaml (#905) * [NUI] Fix memory leak * [NUI] Change some Xaml class to public * [NUI] Rename Style to XamlStyle in View.cs --- diff --git a/src/Tizen.NUI/src/public/BaseComponents/View.cs b/src/Tizen.NUI/src/public/BaseComponents/View.cs index 8e2b522..57772e7 100755 --- a/src/Tizen.NUI/src/public/BaseComponents/View.cs +++ b/src/Tizen.NUI/src/public/BaseComponents/View.cs @@ -3484,7 +3484,7 @@ namespace Tizen.NUI.BaseComponents /// 6 /// 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 {