ChromiumWebBrowserDpiScaleFactor Property |
Version 63.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.WpfAssembly: CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 63.0.0.0 (63.0.0.0)
Syntax public double DpiScaleFactor { get; set; }
public:
property double DpiScaleFactor {
double get ();
void set (double value);
}
Property Value
Type:
DoubleSee Also