CoreWebView2Settings.IsZoomControlEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the user is able to impact the zoom of the WebView.
public bool IsZoomControlEnabled { get; set; }
member this.IsZoomControlEnabled : bool with get, set
Public Property IsZoomControlEnabled As Boolean
Property Value
Remarks
When disabled, the user is not able to zoom using Ctrl++, Ctr+-, or Ctrl+mouse wheel, but the zoom is set using ZoomFactor property. The default value is true
.