HtmlMobileTextWriter.RenderFontSize Propriedade

Definição

Indica se o atributo de tamanho da fonte pode ser enviado para o fluxo de saída.Indicates whether the font size attribute can be sent to the output stream. Esta API está obsoleta.This API is obsolete. Para saber mais sobre como desenvolver aplicativos móveis ASP.NET, veja Mobile Apps & Sites with ASP.NET (Aplicativos móveis e sites com ASP.NET).For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

protected public:
 property bool RenderFontSize { bool get(); void set(bool value); };
protected internal bool RenderFontSize { get; set; }
member this.RenderFontSize : bool with get, set
Protected Friend Property RenderFontSize As Boolean

Valor da propriedade

Boolean

true Se o atributo tamanho da fonte puder ser enviado para o fluxo de saída; caso contrário, false .true if the font size attribute can be sent to the output stream; otherwise, false.

Aplica-se a