Specifies whether a window is minimized, maximized, or floating.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
public enum C1WindowState
Visual Basic
Public Enumeration C1WindowState

Members

Member nameValueDescription
Floating0 The window is floating (neither maximized nor minimized).
Maximized1 The window is maximized.
Minimized2 The window is minimized.

See Also