summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.WinRT.Phone/TabbedPageRenderer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Platform.WinRT.Phone/TabbedPageRenderer.cs')
-rw-r--r--Xamarin.Forms.Platform.WinRT.Phone/TabbedPageRenderer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xamarin.Forms.Platform.WinRT.Phone/TabbedPageRenderer.cs b/Xamarin.Forms.Platform.WinRT.Phone/TabbedPageRenderer.cs
index df4fba71..b6731ce9 100644
--- a/Xamarin.Forms.Platform.WinRT.Phone/TabbedPageRenderer.cs
+++ b/Xamarin.Forms.Platform.WinRT.Phone/TabbedPageRenderer.cs
@@ -187,7 +187,7 @@ namespace Xamarin.Forms.Platform.WinRT
return;
_showTitle = value;
- Control.ToolbarVisibility = _showTitle ? Visibility.Visible : Visibility.Collapsed;
+ Control.TitleVisibility = _showTitle ? Visibility.Visible : Visibility.Collapsed;
}
}