ChromiumWebBrowserResizeHackDelayInMs Property |
Version 118.6.80
Number of milliseconds to wait after resizing the browser when it first
becomes visible. After the delay the browser will revert to it's
original size.
Hack to workaround upstream issue https://github.com/chromiumembedded/cef/issues/3427
Namespace:
CefSharp.Wpf
Assembly:
CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 118.6.80.0 (118.6.80.0)
Syntax public int ResizeHackDelayInMs { get; set; }
public:
property int ResizeHackDelayInMs {
int get ();
void set (int value);
}
Property Value
Type:
Int32See Also