WindowVisualState
WindowVisualState
WindowVisualState
WindowVisualState
Enum
Definition
Contains values that specify the visual state of a window for the IWindowProvider pattern.
public : enum class WindowVisualStatepublic enum WindowVisualStatePublic Enum WindowVisualState// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| Maximized Maximized Maximized Maximized | Specifies that the window is maximized. |
| Minimized Minimized Minimized Minimized | Specifies that the window is minimized. |
| Normal Normal Normal Normal | Specifies that the window is normal (restored). |