From 99c23f1fccfb2d194e2fd38402b44a96c1c2201d Mon Sep 17 00:00:00 2001 From: AdunFang <30402408+AdunFang@users.noreply.github.com> Date: Wed, 26 Jun 2019 18:26:03 +0800 Subject: [PATCH] [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 --- src/Tizen.NUI/src/public/BaseComponents/View.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.7.4