WebUIView.DefaultBackgroundColor Property

Definition

Gets or sets the color to use as the view background when the HTML content does not specify a color.

public:
 property Color DefaultBackgroundColor { Color get(); void set(Color value); };
Color DefaultBackgroundColor();

void DefaultBackgroundColor(Color value);
public Color DefaultBackgroundColor { get; set; }
var color = webUIView.defaultBackgroundColor;
webUIView.defaultBackgroundColor = color;
Public Property DefaultBackgroundColor As Color

Property Value

The default background color to use when the HTML content does not specify a color.

Implements

Applies to