Click or drag to resize

IWpfWebBrowserZoomLevel Property

Version 75.1.140
The zoom level at which the browser control is currently displaying. Can be set to 0 to clear the zoom level (resets to default zoom level).

Namespace:  CefSharp.Wpf
Assembly:  CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 75.1.140.0 (75.1.140.0)
Syntax
double ZoomLevel { get; set; }

Property Value

Type: Double
The zoom level.
See Also