WebViewControl.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.
Gets or sets the color to use as the control background when the HTML content does not specify a color.
For more info, see Windows.Web.UI.IWebViewControl
public:
property Color DefaultBackgroundColor { Color get(); void set(Color value); };
Color DefaultBackgroundColor();
void DefaultBackgroundColor(Color value);
public Color DefaultBackgroundColor { get; set; }
var color = webViewControl.defaultBackgroundColor;
webViewControl.defaultBackgroundColor = color;
Public Property DefaultBackgroundColor As Color
Property Value
The background color.