Skip to main content

WindowState Enumeration

Defines the minimized/maximized state of a Window.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

public enum WindowState
View Source

Members

Normal0The window is neither minimized or maximized.
Minimized1The window is minimized.
Maximized2The window is maximized.
FullScreen3The window is fullscreen.

See Also

Reference

Avalonia.Controls Namespace