WindowState
Enum
The state of the Window (minimized, maximized or standard size/position).
Definition
Fields
The parameters for size (dimensions) and position (centering) are used.
C#
Default = 0
The window takes up the viewport.
C#
Maximized = 2
The window is just the titlebar and does not render its content.
C#
Minimized = 1