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
属性值
如果浏览器支持 HTML <div> 元素的 nowrap 属性,则为 true;否则为 false。true if the browser supports the nowrap attribute of HTML <div> elements; otherwise, false. 默认值为 false。The default is false.