Specifies whether a window is minimized, maximized, or floating.
Namespace:
C1.WPFAssembly: C1.WPF (in C1.WPF.dll)
Syntax
C# |
---|
public enum C1WindowState |
Visual Basic |
---|
Public Enumeration C1WindowState |
XAML Attribute Usage |
---|
<object property="enumerationMemberName" .../> |
Members
Member name | Value | Description | |
---|---|---|---|
Floating | 0 | The window is floating (neither maximized nor minimized). | |
Maximized | 1 | The window is maximized. | |
Minimized | 2 | The window is minimized. |