Freigeben über


WmlMobileTextWriter.WmlLayout Konstruktoren

Definition

Initialisiert eine neue Instanz von WmlMobileTextWriter.WmlLayout. 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.WmlLayout(Alignment, Wrapping)

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

WmlMobileTextWriter.WmlLayout(Style, WmlMobileTextWriter+WmlLayout)

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

WmlMobileTextWriter.WmlLayout(Alignment, Wrapping)

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

public:
 WmlLayout(System::Web::UI::MobileControls::Alignment alignment, System::Web::UI::MobileControls::Wrapping wrapping);
public WmlLayout(System.Web.UI.MobileControls.Alignment alignment, System.Web.UI.MobileControls.Wrapping wrapping);
new System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlLayout : System.Web.UI.MobileControls.Alignment * System.Web.UI.MobileControls.Wrapping -> System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlLayout
Public Sub New (alignment As Alignment, wrapping As Wrapping)

Parameter

alignment
Alignment

Die Ausrichtung des Layouts.

wrapping
Wrapping

Der Umbruch des Layouts.

Weitere Informationen

Gilt für:

WmlMobileTextWriter.WmlLayout(Style, WmlMobileTextWriter+WmlLayout)

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

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

Parameter

style
Style

Die Formatvorlage, die als Basis für dieses Layout verwendet werden soll.

currentLayout
WmlMobileTextWriter.WmlLayout

Das Layout, das als Basis für dieses Layout verwendet werden soll.

Hinweise

Dieser Konstruktor sucht zuerst nach den angegebenen style Werten und AlignWrap Eigenschaften. Wenn diese Eigenschaften nicht im styleKonstruktor festgelegt sind, verwendet dieser Konstruktor die entsprechenden Eigenschaften aus dem angegebenen currentLayout.

Weitere Informationen

Gilt für: