MindFusion.Wpf Pack Programmer's Guide
WindowState Enumeration
See Also
 





Specifies the state of a Window.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Common.Wpf

 Syntax

C#  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.

 Remarks

Values from this enumeration are assigned to the WindowState property of the Window class.

 See Also

MindFusion.UI.Wpf Namespace