WindowState Enumeration

Defines the minimized/maximized state of a Window.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public enum WindowState

Members

Normal0 The window is neither minimized or maximized.
Minimized1 The window is minimized.
Maximized2 The window is maximized.
FullScreen3 The window is fullscreen.

See Also