MobileCapabilities.SupportsDivNoWrap 属性

定义

获取一个值,该值指示浏览器是否支持 HTML <div> 元素的 nowrap 特性。Gets a value indicating whether the browser supports the nowrap attribute of HTML <div> elements.

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

属性值

Boolean

如果浏览器支持 HTML <div> 元素的 nowrap 属性,则为 true;否则为 falsetrue if the browser supports the nowrap attribute of HTML <div> elements; otherwise, false. 默认值为 falseThe default is false.

适用于