CoreWebView2NewWindowRequestedEventArgs.WindowFeatures 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.
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