C# 如何在windows phone 8中隐藏屏幕顶部的通知栏

C# 如何在windows phone 8中隐藏屏幕顶部的通知栏,c#,.net,xaml,windows-phone-8,notifications,C#,.net,Xaml,Windows Phone 8,Notifications,如何隐藏屏幕顶部的通知栏。我想全屏,怎么办 xmlns:shell="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone" Shell:SystemTray.IsVisiable="False" (Or true to display the tray) Shell:SystemTray.BackgroundColor="Transparent" 您可以参考正在处理的页面的XAML中的,您应该找到/编辑这一行: shell:

如何隐藏屏幕顶部的通知栏。我想全屏,怎么办

xmlns:shell="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone"
Shell:SystemTray.IsVisiable="False" (Or true to display the tray)
Shell:SystemTray.BackgroundColor="Transparent"

您可以参考正在处理的页面的XAML中的

,您应该找到/编辑这一行:

shell:SystemTray.IsVisible="true"
并将其设置为
false

有关工具栏自定义的更多信息,请参阅: