BoundsWindowState Property  | 
Version 108.4.130 
            The window state. Default to normal.
            
 
    Namespace: 
   CefSharp.DevTools.Browser
    Assembly:
   CefSharp (in CefSharp.dll) Version: 108.4.130.0 (108.4.130.0)
Syntaxpublic WindowState? WindowState { get; set; }public:
property Nullable<WindowState> WindowState {
	Nullable<WindowState> get ();
	void set (Nullable<WindowState> value);
}Property Value
Type: 
NullableWindowState
See Also