Specifies the state of a Window.
Namespace: MindFusion.UI.Silverlight
Assembly: MindFusion.Common.Wpf
C#
![]() |
---|
public enum WindowState |
Visual Basic
![]() |
---|
Public Enum WindowState |
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. |
Values from this enumeration are assigned to the WindowState property of the Window class.