Show / Hide Table of Contents

Enum WindowState

Specifies whether a window is minimized, maximized, or restored. Used by the WindowState property.

Namespace: WinUIEx
Assembly: WinUIEx.dll
Syntax
public enum WindowState

Fields

Name Description
Maximized

The window is maximized.

Minimized

The window is minimized.

Normal

The window is restored.

See Also
WindowState
WindowStateChanged
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX