Click or drag to resize

Bounds.WindowState Property

Version 118.6.80
The window state. Default to normal.

Namespace:  CefSharp.DevTools.Browser
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax
public WindowState? WindowState { get; set; }

Property Value

Type: Nullable<WindowState>
See Also