Compartir a través de


WebViewControl.DefaultBackgroundColor Propiedad

Definición

Obtiene o establece el color que se va a usar como fondo del control cuando el contenido HTML no especifica un color.

Para obtener más información, consulta 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

Valor de propiedad

Color de fondo.

Implementaciones

Se aplica a