Gets or sets a value that indicates whether a window is restored, minimized, or maximized.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public C1WindowState WindowState { get; set; }
Visual Basic
Public Property WindowState As C1WindowState
	Get
	Set
XAML Attribute Usage
<object WindowState="C1WindowState" .../>

Remarks

This is a dependency property.

See Also