WmlMobileTextWriter.WmlFormat Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue Instanz von WmlMobileTextWriter.WmlFormat. Diese API ist veraltet. Informationen zum Entwickeln ASP.NET mobiler Anwendungen finden Sie unter Mobile Apps & Sites mit ASP.NET.
Überlädt
WmlMobileTextWriter.WmlFormat(Style, WmlMobileTextWriter+WmlFormat) |
Initialisiert eine neue Instanz von WmlMobileTextWriter.WmlFormat. Diese API ist veraltet. Informationen zum Entwickeln ASP.NET mobiler Anwendungen finden Sie unter Mobile Apps & Sites mit ASP.NET. |
WmlMobileTextWriter.WmlFormat(Boolean, Boolean, FontSize) |
Initialisiert eine neue Instanz von WmlMobileTextWriter.WmlFormat. Diese API ist veraltet. Informationen zum Entwickeln ASP.NET mobiler Anwendungen finden Sie unter Mobile Apps & Sites mit ASP.NET. |
WmlMobileTextWriter.WmlFormat(Style, WmlMobileTextWriter+WmlFormat)
Initialisiert eine neue Instanz von WmlMobileTextWriter.WmlFormat. Diese API ist veraltet. Informationen zum Entwickeln ASP.NET mobiler Anwendungen finden Sie unter Mobile Apps & Sites 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 das neue Formatierungsprogramm erstellt werden soll.
- currentFormat
- WmlMobileTextWriter.WmlFormat
Das Format, aus dem das neue Formatierungsprogramm erstellt werden soll.
Hinweise
Dieser Konstruktor sucht zuerst nach dem angegebenen Stil nach den Werten von BoldItalic und Size. Wenn eine der entsprechenden Eigenschaften des style
ist 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 ASP.NET mobiler Anwendungen finden Sie unter Mobile Apps & Sites 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
true
, um das Format auf Fettformatierung festzulegen, andernfalls false
.
- italic
- Boolean
true
, um das Format auf Kursivformatierung festzulegen, andernfalls false
.
- size
- FontSize
Der Schriftgrad, der beim Schreiben verwendet werden soll.