Click or drag to resize

ChromiumWebBrowserSize Property

Version 91.1.160
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: 91.1.160.0 (91.1.160.0)
Syntax
public Size Size { get; set; }

Property Value

Type: Size
The size.
See Also