WindowState Enumeration
Defines the minimized/maximized state of a Window.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public enum WindowState
Public Enumeration WindowState
type WindowState
Members
Normal | 0 | The window is neither minimized or maximized. |
Minimized | 1 | The window is minimized. |
Maximized | 2 | The window is maximized. |
FullScreen | 3 | The window is fullscreen. |