-api-id | -api-type |
---|---|
P:Windows.UI.ViewManagement.ApplicationView.Orientation |
winrt property |
Gets the current orientation (landscape or portrait) of the window (app view) with respect to the display.
The current orientation of the calling window.
For an example of using the Orientation property, see the Application Views sample.
The property is a nonstatic member of the window object. For JavaScript, this means that it is a method of the window object that getForCurrentView creates, not of the ApplicationView class.