Share via


HttpBrowserCapabilitiesWrapper.SupportsFontColor 屬性

定義

取得值,指出瀏覽器是否支援 HTML font 項目的 color 屬性。

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

屬性值

如果瀏覽器支援 HTML font 項目的 color 屬性,則為 true;否則為 false。 預設為 true

適用於