MobileCapabilities.SupportsBold 屬性

定義

會有一個值,表示瀏覽器是否支援 HTML <b> 元素來格式化粗體文字。

public:
 virtual property bool SupportsBold { bool get(); };
public virtual bool SupportsBold { get; }
member this.SupportsBold : bool
Public Overridable ReadOnly Property SupportsBold As Boolean

屬性值

true若瀏覽器支援 HTML <b> 元素以粗體字格式化;否則, false 預設值為 false

適用於