Fix controls created by xaml issues (#341)
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / public / XamlBinding / ContentPage.cs
index a7faadc..3a31e72 100755 (executable)
@@ -113,7 +113,7 @@ namespace Tizen.NUI
         [EditorBrowsable(EditorBrowsableState.Never)]
         public ContentPage(Window win)
         {
-            isCreateByXaml = true;
+            IsCreateByXaml = true;
 
             Root = new View();
             Root.WidthResizePolicy = ResizePolicyType.FillToParent;