Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

WindowState Enumeration

Defines constants that indicate the state of an out-of-browser application window.

Namespace:  System.Windows
Assembly:  System.Windows (in System.Windows.dll)

public enum WindowState

Member nameDescription
NormalThe application window is in its normal state, occupying screen space based on its Window.Height and Window.Width values.
MinimizedThe application window is minimized to the taskbar.
MaximizedThe application window is maximized to occupy the entire client area of the screen.

This enumeration is used by the Window.WindowState property.

Silverlight

Supported in: 5, 4

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Community Additions

Show:
© 2017 Microsoft