WmlMobileTextWriter.WmlLayout 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 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
要用做這個配置基底的配置。
備註
這個建構函式會先查看其 Align 與 Wrap 屬性的值指定的 style
。 如果未在 中 style
設定這些屬性,這個建構函式會使用來自指定 currentLayout
之的對應屬性。