MobileCapabilities.SupportsFontName Property

Definition

Gets a value indicating whether the browser supports the name attribute of HTML <font> elements.

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

Property Value

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

Applies to