ChromiumWebBrowserDpiScaleFactor Property |
Version 98.1.210
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: 98.1.210.0 (98.1.210.0)
Syntax public float DpiScaleFactor { get; set; }
public:
property float DpiScaleFactor {
float get ();
void set (float value);
}
Property Value
Type:
SingleSee Also