Specifies the state of a Window.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Common.Wpf
SyntaxC#
Copy Code
|
|---|
public enum WindowState |
Visual Basic
Copy Code
|
|---|
Public Enum WindowState |
Members| Member name | Description | |
|---|---|---|
![]() |
Maximized |
Indicates that the window is maximized. |
![]() |
Minimized |
Indicates that the window is minimized. |
![]() |
Normal |
Indicates that the window is neither minimized nor maximized. |
RemarksValues from this enumeration are assigned to the WindowState property of the Window class.
See Also