HttpBrowserCapabilitiesWrapper.SupportsFontColor Property

Definition

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

Property Value

true if the browser supports the color attribute of HTML font elements; otherwise, false. The default is true.

Applies to