ChromiumWebBrowserDpiScaleFactor Property |
Version 71.0.0
The dpi scale factor, if the browser has already been initialized
you must manually call IBrowserHost.NotifyScreenInfoChanged for the
browser to be notified of the change.
Namespace:
CefSharp.Wpf
Assembly:
CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 71.0.0.0 (71.0.0.0)
Syntax public double DpiScaleFactor { get; set; }
public:
property double DpiScaleFactor {
double get ();
void set (double value);
}
Property Value
Type:
DoubleSee Also