July 26, 2012
Gets the current orientation.
public PageOrientation Orientation { get; set; }
<object Orientation="PageOrientation" .../>
If a page wants to force itself into a specific orientation, it must change the SupportedOrientations property to the desired orientation.
Windows Phone