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
Silverlight
Defines constants that indicate the state of an out-of-browser application window.
Namespace: System.Windows
Assembly: System.Windows (in System.Windows.dll)
| Member name | Description | |
|---|---|---|
| Normal | The application window is in its normal state, occupying screen space based on its Window.Height and Window.Width values. | |
| Minimized | The application window is minimized to the taskbar. | |
| Maximized | The application window is maximized to occupy the entire client area of the screen. |
This enumeration is used by the Window.WindowState property.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
Show: