15. December 2010 02:41
/
Chad Carter
/
XNA . Tutorial . WP7
/
Comments (0)
If you create a game in Windows Phone 7 using XNA you may not want the Application Bar to be displayed. You can hide that status bar in Windows Phone 7 by setting the GraphicsDeviceManager.IsFullScreen property to true. The default is false.
public Game1()
{
graphics = new GraphicsDeviceManager(this);
graphics.IsFullScreen = true;
500207a6-1d14-4e40-86f4-e9b82b753066|0|.0|96d5b379-7e1d-4dac-a6ba-1e50db561b04
Tags :