WebView2.CreationProperties Property

Definition

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

Property Value

Implements

Applies to

See also