HttpBrowserCapabilitiesBase.SupportsFontColor 属性
定义
在派生类中重写时,获取一个值,该值指示浏览器是否支持 HTML font 元素的 color 特性。When overridden in a derived class, gets a value that indicates whether the browser supports the color attribute of HTML font elements.
public:
virtual property bool SupportsFontColor { bool get(); };
public virtual bool SupportsFontColor { get; }
member this.SupportsFontColor : bool
Public Overridable ReadOnly Property SupportsFontColor As Boolean
属性值
如果浏览器支持 HTML font 元素的 color 属性,则为 true;否则为 false。true if the browser supports the color attribute of HTML font elements; otherwise, false.
例外
始终。Always.