Freigeben über


WmlMobileTextWriter.WmlFormat Konstruktoren

Definition

Initialisiert eine neue Instanz von WmlMobileTextWriter.WmlFormat. Diese API ist veraltet. Informationen zum Entwickeln von ASP.NET mobilen Anwendungen finden Sie unter Mobile Apps & Websites mit ASP.NET.

Überlädt

Name Beschreibung
WmlMobileTextWriter.WmlFormat(Style, WmlMobileTextWriter+WmlFormat)

Initialisiert eine neue Instanz von WmlMobileTextWriter.WmlFormat. Diese API ist veraltet. Informationen zum Entwickeln von ASP.NET mobilen Anwendungen finden Sie unter Mobile Apps & Websites mit ASP.NET.

WmlMobileTextWriter.WmlFormat(Boolean, Boolean, FontSize)

Initialisiert eine neue Instanz von WmlMobileTextWriter.WmlFormat. Diese API ist veraltet. Informationen zum Entwickeln von ASP.NET mobilen Anwendungen finden Sie unter Mobile Apps & Websites mit ASP.NET.

WmlMobileTextWriter.WmlFormat(Style, WmlMobileTextWriter+WmlFormat)

Initialisiert eine neue Instanz von WmlMobileTextWriter.WmlFormat. Diese API ist veraltet. Informationen zum Entwickeln von ASP.NET mobilen Anwendungen finden Sie unter Mobile Apps & Websites mit 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)

Parameter

style
Style

Die Formatvorlage, aus der der neue Formatierer erstellt werden soll.

currentFormat
WmlMobileTextWriter.WmlFormat

Das Format, aus dem der neue Formatierer erstellt werden soll.

Hinweise

Dieser Konstruktor sucht zuerst nach der angegebenen Formatvorlage für die Werte und BoldItalicSize. Wenn eine der entsprechenden Eigenschaften des style Werts lautet NotSet, sucht dieser Konstruktor nach den entsprechenden Eigenschaften des currentFormat Parameters.

Weitere Informationen

Gilt für:

WmlMobileTextWriter.WmlFormat(Boolean, Boolean, FontSize)

Initialisiert eine neue Instanz von WmlMobileTextWriter.WmlFormat. Diese API ist veraltet. Informationen zum Entwickeln von ASP.NET mobilen Anwendungen finden Sie unter Mobile Apps & Websites mit 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)

Parameter

bold
Boolean

trueFormat auf Fett formatieren; andernfalls . false

italic
Boolean

trueFormat kursiv festzulegen; andernfalls . false

size
FontSize

Der Schriftgrad, der geschrieben werden soll.

Weitere Informationen

Gilt für: