MobileCapabilities.SupportsBodyColor Propriedade
Definição
Obtém um valor que indica se o navegador dá suporte ao atributo bgcolor do elemento HTML <body>.Gets a value indicating whether the browser supports the bgcolor attribute of the HTML <body> element.
public:
virtual property bool SupportsBodyColor { bool get(); };
public virtual bool SupportsBodyColor { get; }
member this.SupportsBodyColor : bool
Public Overridable ReadOnly Property SupportsBodyColor As Boolean
Valor da propriedade
true Se o navegador oferecer suporte ao bgcolor atributo do <body> elemento HTML; caso contrário, false .true if the browser supports the bgcolor attribute of the HTML <body> element; otherwise, false. O padrão é true.The default is true.