supportedorientations
Introduction
Code Example
GraphicsDeviceManager graphics;
public Game1() : base ()
{
graphics = new GraphicsDeviceManager(this);
...
graphics.SupportedOrientations = DisplayOrientation.Portrait;
...Code Location
Platform Specific Considerations
Android
Last updated
Was this helpful?