PageOrientation Enumeration
July 26, 2012
An enumeration defining the possible orientations of a page.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
| Member name | Description | |
|---|---|---|
| None | No orientation is specified. | |
| Portrait | Portrait orientation. | |
| Landscape | Landscape orientation. | |
| PortraitUp | Portrait orientation. | |
| PortraitDown | Portrait orientation. This orientation is never used. | |
| LandscapeLeft | Landscape orientation with the top of the page rotated to the left. | |
| LandscapeRight | Landscape orientation with the top of the page rotated to the right. |