Enum WindowState
Defines constants that indicate the state of an out-of-browser application window.
Namespace: System.Windows
Assembly: OpenSilver.dll
Syntax
public enum WindowState
Fields
| Name | Description |
|---|---|
| Maximized | The application window is maximized to occupy the entire client area of the screen. |
| Minimized | The application window is minimized to the taskbar. |
| Normal | The application window is in its normal state, occupying screen space based on its Window.Height and Window.Width values. |