ApplicationViewState enumeration

1 out of 4 rated this helpful - Rate this topic

Specifies the set of app view state changes that can be handled.

Syntax


var value = Windows.UI.ViewManagement.ApplicationViewState.fullScreenLandscape;

Attributes

VersionAttribute(NTDDI_WIN8)

Members

The ApplicationViewState enumeration has these members.

MemberValueDescription
FullScreenLandscape | fullScreenLandscape0

The current app's view is in full-screen (has no snapped app adjacent to it), and has changed to landscape orientation.

Filled | filled1

The current app's view has been reduced to a partial screen view as the result of another app snapping.

Snapped | snapped2

The current app's view has been snapped.

FullScreenPortrait | fullScreenPortrait3

The current app's view is in full-screen (has no snapped app adjacent to it), and has changed to portrait orientation.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.ViewManagement
Windows::UI::ViewManagement [C++]

Metadata

Windows.winmd

See also

Snap sample

 

 

Build date: 2/25/2013

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