Share via


WmlMobileTextWriter.WmlLayout コンストラクター

定義

WmlMobileTextWriter.WmlLayout の新しいインスタンスを初期化します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「mobile Apps & Sites with ASP.NET」を参照してください。

オーバーロード

WmlMobileTextWriter.WmlLayout(Alignment, Wrapping)

WmlMobileTextWriter.WmlLayout の新しいインスタンスを初期化します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「mobile Apps & Sites with ASP.NET」を参照してください。

WmlMobileTextWriter.WmlLayout(Style, WmlMobileTextWriter+WmlLayout)

WmlMobileTextWriter.WmlLayout の新しいインスタンスを初期化します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「mobile Apps & Sites with ASP.NET」を参照してください。

WmlMobileTextWriter.WmlLayout(Alignment, Wrapping)

WmlMobileTextWriter.WmlLayout の新しいインスタンスを初期化します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「mobile Apps & Sites with 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)

パラメーター

alignment
Alignment

レイアウトの配置。

wrapping
Wrapping

レイアウトの折り返し。

こちらもご覧ください

適用対象

WmlMobileTextWriter.WmlLayout(Style, WmlMobileTextWriter+WmlLayout)

WmlMobileTextWriter.WmlLayout の新しいインスタンスを初期化します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「mobile Apps & Sites with 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)

パラメーター

style
Style

このレイアウトのベースとして使用するスタイル。

currentLayout
WmlMobileTextWriter.WmlLayout

このレイアウトのベースとして使用するレイアウト。

注釈

このコンストラクターは、 プロパティと Wrap プロパティの値を指定した style に対して最初にAlign検索します。 これらのプロパティが で設定されていない場合、 styleこのコンストラクターは、指定した currentLayoutから対応するプロパティを使用します。

こちらもご覧ください

適用対象