maandag 15 november 2010

Windows CE change screen orientation

You can use

Microsoft.WindowsCE.Forms.SystemSettings.ScreenOrientation = Microsoft.WindowsCE.Forms.ScreenOrientation.Angle180;

to turn the screen 180 degrees.

Using

Microsoft.WindowsCE.Forms.SystemSettings.ScreenOrientation = Microsoft.WindowsCE.Forms.ScreenOrientation.Angle0;

you can restore the default orientation

Geen opmerkingen:

Een reactie posten