HttpBrowserCapabilitiesWrapper.SupportsBold 属性

定义

获取一个值,该值指示浏览器是否支持 HTML b 元素来格式化粗体文本。Gets a value that indicates whether the browser supports HTML b elements to format bold text.

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

属性值

Boolean

如果浏览器支持 HTML b 元素来格式化粗体文本,则为 true;否则为 falsetrue if the browser supports HTML b elements to format bold text; otherwise, false. 默认值为 falseThe default is false.

适用于