MobileCapabilities.SupportsDivNoWrap Property

Definition

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

Property Value

true if the browser supports the nowrap attribute of HTML <div> elements; otherwise, false. The default is false.

Applies to