MobileCapabilities.SupportsFontColor 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出瀏覽器是否支援 HTML color
項目的 <font>
屬性。
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
。