Click or drag to resize
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.Wpf
Assembly: CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 63.0.0.0 (63.0.0.0)
Syntax
public double DpiScaleFactor { get; set; }

Property Value

Type: Double
See Also