Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1Window Class / WindowState Property

In This Topic
    WindowState Property (C1Window)
    In This Topic
    Gets or sets a value that indicates whether a window is restored, minimized, or maximized.
    Syntax
    'Declaration
     
    
    Public Property WindowState As C1WindowState
    public C1WindowState WindowState {get; set;}
    See Also