MobileCapabilities.SupportsFontSize Propriedade

Definição

Obtém um valor que indica se o navegador dá suporte ao atributo size de elementos HTML <font>.Gets a value indicating whether the browser supports the size attribute of HTML <font> elements.

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

Valor da propriedade

Boolean

true Se o navegador oferecer suporte ao size atributo de <font> elementos HTML; caso contrário, false .true if the browser supports the size attribute of HTML <font> elements; otherwise, false. O padrão é false.The default is false.

Aplica-se a