WindowState Enum

Summary

Defines the minimized/maximized state of a Window.
Namespace
Avalonia.Controls
Interfaces
  • IComparable
  • IFormattable
  • IConvertible
Base Types
  • object
  • ValueType
  • Enum
graph BT Type-->Base0["Enum"] Base0-->Base1["ValueType"] Base1-->Base2["object"] Type-.->Interface0["IComparable"] Type-.->Interface1["IFormattable"] Type-.->Interface2["IConvertible"] Type["WindowState"] class Type type-node

Syntax

public enum WindowState

Fields

Name Constant Value Summary
FullScreen 3
The window is fullscreen.
static
Maximized 2
The window is maximized.
static
Minimized 1
The window is minimized.
static
Normal 0
The window is neither minimized or maximized.
static

Extension Methods