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