Udostępnij za pośrednictwem


WmlMobileTextWriter.WmlLayout Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy WmlMobileTextWriter.WmlLayout. Ten interfejs API jest nieaktualny. Aby uzyskać informacje o sposobie tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & z ASP.NET).

Przeciążenia

WmlMobileTextWriter.WmlLayout(Alignment, Wrapping)

Inicjuje nowe wystąpienie klasy WmlMobileTextWriter.WmlLayout. Ten interfejs API jest nieaktualny. Aby uzyskać informacje o sposobie tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & z ASP.NET).

WmlMobileTextWriter.WmlLayout(Style, WmlMobileTextWriter+WmlLayout)

Inicjuje nowe wystąpienie klasy WmlMobileTextWriter.WmlLayout. Ten interfejs API jest nieaktualny. Aby uzyskać informacje o sposobie tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & z ASP.NET).

WmlMobileTextWriter.WmlLayout(Alignment, Wrapping)

Inicjuje nowe wystąpienie klasy WmlMobileTextWriter.WmlLayout. Ten interfejs API jest nieaktualny. Aby uzyskać informacje o sposobie tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & z 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)

Parametry

alignment
Alignment

Wyrównanie układu.

wrapping
Wrapping

Zawijanie układu.

Zobacz też

Dotyczy

WmlMobileTextWriter.WmlLayout(Style, WmlMobileTextWriter+WmlLayout)

Inicjuje nowe wystąpienie klasy WmlMobileTextWriter.WmlLayout. Ten interfejs API jest nieaktualny. Aby uzyskać informacje o sposobie tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & z 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)

Parametry

style
Style

Styl, który ma być używany jako podstawa dla tego układu.

currentLayout
WmlMobileTextWriter.WmlLayout

Układ do użycia jako podstawa dla tego układu.

Uwagi

Ten konstruktor najpierw wygląda na określony style dla wartości jego Align właściwości i Wrap . Jeśli te właściwości nie są ustawione w elemecie style, ten konstruktor używa odpowiednich właściwości z określonej wartości currentLayout.

Zobacz też

Dotyczy