Enum WindowVisualState
Contains values that specify the visual state of a window for the IWindowProvider pattern.
Namespace: System.Windows.Automation
Assembly: OpenSilver.dll
Syntax
public enum WindowVisualState
Fields
| Name | Description |
|---|---|
| Maximized | Specifies that the window is maximized. |
| Minimized | Specifies that the window is minimized. |
| Normal | Specifies that the window is normal (restored). |