Full screen mode

If you need to use the whole screen for your display, you can enter full-screen mode using

app.SetScreenMode("Game");

The screen will automatically revert to normal mode when your app ends.

If you wish to revert to normal mode sooner than that, use

app.SetScreenMode("");

There is an older call

app.SetScreenMode("Full");

but this is only really useful on older devices