| ChromiumWebBrowserSize Property  | 
Version 118.6.80 
            Get/set the size of the Chromium viewport, in pixels.
            This also changes the size of the next rendered bitmap.
            
 
    Namespace: 
   CefSharp.OffScreen
    Assembly:
   CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 118.6.80.0 (118.6.80.0)
 Syntax
Syntaxpublic Size Size { get; set; }public:
property Size Size {
	Size get ();
	void set (Size value);
}Property Value
Type: 
SizeThe size.
 See Also
See Also