PhoneApplicationPage.Orientation Property

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

Syntax

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

Property Value

Type: Microsoft.Phone.Controls.PageOrientation

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