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