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