Enum WindowState
Defines the minimized/maximized state of a Window.
public enum WindowState
Fields
FullScreen = 3
The window is fullscreen.
Maximized = 2
The window is maximized.
Minimized = 1
The window is minimized.
Normal = 0
The window is neither minimized or maximized.