3
votes
How to determine the orientation of the screen in C# for mobile devices?
In Microsoft.WindowsMobile.Status there is a class which keeps track of all kinds of properties of your device.
Besides the one you need, DisplayRotation, it also contains properties about phone c …
