CoreWebView2Settings.IsZoomControlEnabled Property

Definition

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.

Applies to