WmlMobileTextWriter.WmlLayout コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
WmlMobileTextWriter.WmlLayout の新しいインスタンスを初期化します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「ASP.NET を使用した Mobile Apps & サイト」を参照してください。
オーバーロード
WmlMobileTextWriter.WmlLayout(Alignment, Wrapping) |
WmlMobileTextWriter.WmlLayout の新しいインスタンスを初期化します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「ASP.NET を使用した Mobile Apps & サイト」を参照してください。 |
WmlMobileTextWriter.WmlLayout(Style, WmlMobileTextWriter+WmlLayout) |
WmlMobileTextWriter.WmlLayout の新しいインスタンスを初期化します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「ASP.NET を使用した Mobile Apps & サイト」を参照してください。 |
WmlMobileTextWriter.WmlLayout(Alignment, Wrapping)
WmlMobileTextWriter.WmlLayout の新しいインスタンスを初期化します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「ASP.NET を使用した Mobile Apps & サイト」を参照してください。
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 & サイト」を参照してください。
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 プロパティのAlign値を指定した style
に検索します。 これらのプロパティが で style
設定されていない場合、このコンストラクターは、指定された currentLayout
の対応するプロパティを使用します。
こちらもご覧ください
適用対象
.NET