WmlMobileTextWriter.WmlFormat Construtores

Definição

Inicializa uma nova instância de WmlMobileTextWriter.WmlFormat.Initializes a new instance of WmlMobileTextWriter.WmlFormat. 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.

Sobrecargas

WmlMobileTextWriter.WmlFormat(Style, WmlMobileTextWriter+WmlFormat)

Inicializa uma nova instância de WmlMobileTextWriter.WmlFormat.Initializes a new instance of WmlMobileTextWriter.WmlFormat. 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.

WmlMobileTextWriter.WmlFormat(Boolean, Boolean, FontSize)

Inicializa uma nova instância de WmlMobileTextWriter.WmlFormat.Initializes a new instance of WmlMobileTextWriter.WmlFormat. 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.

WmlMobileTextWriter.WmlFormat(Style, WmlMobileTextWriter+WmlFormat)

Inicializa uma nova instância de WmlMobileTextWriter.WmlFormat.Initializes a new instance of WmlMobileTextWriter.WmlFormat. 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.

public:
 WmlFormat(System::Web::UI::MobileControls::Style ^ style, System::Web::UI::MobileControls::Adapters::WmlMobileTextWriter::WmlFormat ^ currentFormat);
public WmlFormat (System.Web.UI.MobileControls.Style style, System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlFormat currentFormat);
new System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlFormat : System.Web.UI.MobileControls.Style * System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlFormat -> System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlFormat
Public Sub New (style As Style, currentFormat As WmlMobileTextWriter.WmlFormat)

Parâmetros

style
Style

O estilo a ser usado para criar o novo formatador.The style to create the new formatter from.

currentFormat
WmlMobileTextWriter.WmlFormat

O formato a ser usado para criar o novo formatador.The format to create the new formatter from.

Comentários

Esse construtor procura primeiro o estilo dado para os valores de Bold Italic e Size .This constructor looks first to the given style for the values of BoldItalic and Size. Se qualquer uma das propriedades correspondentes do style for NotSet , esse construtor procurará as propriedades correspondentes do currentFormat parâmetro.If any of the corresponding properties of the style are NotSet, this constructor looks to the corresponding properties of the currentFormat parameter.

Aplica-se a

WmlMobileTextWriter.WmlFormat(Boolean, Boolean, FontSize)

Inicializa uma nova instância de WmlMobileTextWriter.WmlFormat.Initializes a new instance of WmlMobileTextWriter.WmlFormat. 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.

public:
 WmlFormat(bool bold, bool italic, System::Web::UI::MobileControls::FontSize size);
public WmlFormat (bool bold, bool italic, System.Web.UI.MobileControls.FontSize size);
new System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlFormat : bool * bool * System.Web.UI.MobileControls.FontSize -> System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlFormat
Public Sub New (bold As Boolean, italic As Boolean, size As FontSize)

Parâmetros

bold
Boolean

true para definir o formato para negrito, caso contrário, false.true to set format to bold; otherwise, false.

italic
Boolean

true para definir o formato para itálico, caso contrário, false.true to set format to italic; otherwise, false.

size
FontSize

O tamanho da fonte a ser usado para escrever.The font size to be used in writing.

Aplica-se a