PhoneApplicationPage.SupportedOrientations Property

Namespace:  Microsoft.Phone.Controls
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

'Declaration
Public Property SupportedOrientations As SupportedPageOrientation
public SupportedPageOrientation SupportedOrientations { get; set; }
public:
property SupportedPageOrientation SupportedOrientations {
    SupportedPageOrientation get ();
    void set (SupportedPageOrientation value);
}
member SupportedOrientations : SupportedPageOrientation with get, set

Property Value

Type: Microsoft.Phone.Controls.SupportedPageOrientation

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

PhoneApplicationPage Class

Microsoft.Phone.Controls Namespace