IWebView2.DefaultBackgroundColor 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.
The default background color for the WebView.
This property directly exposes DefaultBackgroundColor, see its documentation for more info.
Getting this property before the CoreWebView2Controller has been initialized will retrieve the last value which was
set to it, or Color.White
(the default) if none has been.
The most recent value set to this property before CoreWebView2Controller has been initialized will be set on it after initialization.
public System.Drawing.Color DefaultBackgroundColor { get; set; }
member this.DefaultBackgroundColor : System.Drawing.Color with get, set
Public Property DefaultBackgroundColor As Color