Windows Phone (WP) Question:

Can not find PhoneApplicationPage.FullScreen in April CTP?

Windows Phone Interview Question
Windows Phone Interview Question

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">


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?