0 out of 1 rated this helpful - Rate this topic

PhoneApplicationPage.SupportedOrientations Property

July 26, 2012

Gets or sets the supported phone orientations.

Namespace:  Microsoft.Phone.Controls
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.
public SupportedPageOrientation SupportedOrientations { get; set; }
<object SupportedOrientations="SupportedPageOrientation" .../>

If a page supports a single orientation, it will always be in that orientation and will not change even if the phone’s physical characteristics change, such as rotation.

Windows Phone OS

Supported in: 7.1, 7.0

Windows Phone

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.