CoreWebView2NewWindowRequestedEventArgs.WindowFeatures Property

Definition

Gets the window features specified by the window.open() call. These features should be considered for positioning and sizing of new WebView windows.

public Microsoft.Web.WebView2.Core.CoreWebView2WindowFeatures WindowFeatures { get; }
member this.WindowFeatures : Microsoft.Web.WebView2.Core.CoreWebView2WindowFeatures
Public ReadOnly Property WindowFeatures As CoreWebView2WindowFeatures

Property Value

Applies to