HttpBrowserCapabilitiesWrapper.SupportsFontColor Propriedade

Definição

Obtém um valor que indica se o navegador dá suporte ao atributo color de elementos HTML font.Gets a value that indicates whether the browser supports the color attribute of HTML font elements.

public:
 virtual property bool SupportsFontColor { bool get(); };
public override bool SupportsFontColor { get; }
member this.SupportsFontColor : bool
Public Overrides ReadOnly Property SupportsFontColor As Boolean

Valor da propriedade

Boolean

true Se o navegador oferecer suporte ao color atributo de font elementos HTML; caso contrário, false .true if the browser supports the color attribute of HTML font elements; otherwise, false. O padrão é true.The default is true.

Aplica-se a