Windows Phone (WP) Question: Download Windows Phone PDF

Can not find PhoneApplicationPage.FullScreen in April CTP?

Tweet Share WhatsApp

Answer:

SystemTray is an attachable property now. You can use it in your page xaml, something like:
<navigation:PhoneApplicationPage x:Class="WindowsPhone.Hello"
xmlns:shell="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone.Controls.Navigation"
shell:SystemTray.IsVisible="true">

Download Windows Phone PDF Read All 82 Windows Phone Questions
Previous QuestionNext Question
Tell me what happened to TopLevelNavigationService, it is not there on April CTP Refresh?How to save Silverlight UIElements into an image?