HttpBrowserCapabilitiesWrapper.SupportsFontName Property

Definition

Gets a value that indicates whether the browser supports the name attribute of HTML font elements.

public:
 virtual property bool SupportsFontName { bool get(); };
public override bool SupportsFontName { get; }
member this.SupportsFontName : bool
Public Overrides 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