WebView2.CreationProperties 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 or sets a bag of options which are used during initialization of the control's CoreWebView2. Setting this property will not work after initialization of the control's CoreWebView2 has started (the old value will be retained). See the WebView2 class documentation for an initialization overview.
public Microsoft.Web.WebView2.Wpf.CoreWebView2CreationProperties CreationProperties { get; set; }
member this.CreationProperties : Microsoft.Web.WebView2.Wpf.CoreWebView2CreationProperties with get, set
Public Property CreationProperties As CoreWebView2CreationProperties