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)

Syntax

C#
public C1WindowState WindowState { get; set; }
Visual Basic
Public Property WindowState As C1WindowState
	Get
	Set

See Also