The code below works in both iPhone and Android to display a title on the page, however it doesn't render it on WindowsPhone, is this by design? is there a trick/workaround to display a similar title in WindowsPhone?
return new NavigationPage(new ContentPage {
Title = "Main Menu"
});