IWpfWebBrowserZoomOutCommand Property |
Version 130.1.90
Decreases the zoom level.
Namespace: CefSharp.WpfAssembly: CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax ICommand ZoomOutCommand { get; }
property ICommand^ ZoomOutCommand {
ICommand^ get ();
}
Property Value
ICommandThe zoom out command.
See Also