共用方式為


WmlMobileTextWriter.WmlLayout 建構函式

定義

初始化 WmlMobileTextWriter.WmlLayout 的新執行個體。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites

多載

WmlMobileTextWriter.WmlLayout(Alignment, Wrapping)

初始化 WmlMobileTextWriter.WmlLayout 的新執行個體。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites

WmlMobileTextWriter.WmlLayout(Style, WmlMobileTextWriter+WmlLayout)

初始化 WmlMobileTextWriter.WmlLayout 的新執行個體。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites

WmlMobileTextWriter.WmlLayout(Alignment, Wrapping)

初始化 WmlMobileTextWriter.WmlLayout 的新執行個體。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites

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)

參數

alignment
Alignment

配置的對齊。

wrapping
Wrapping

配置的換行。

另請參閱

適用於

WmlMobileTextWriter.WmlLayout(Style, WmlMobileTextWriter+WmlLayout)

初始化 WmlMobileTextWriter.WmlLayout 的新執行個體。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites

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)

參數

style
Style

要用做這個配置基底的樣式。

currentLayout
WmlMobileTextWriter.WmlLayout

要用做這個配置基底的配置。

備註

這個建構函式會先查看其 AlignWrap 屬性的值指定的 style 。 如果未在 中 style設定這些屬性,這個建構函式會使用來自指定 currentLayout之的對應屬性。

另請參閱

適用於