WmlMobileTextWriter.WmlLayout 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 WmlMobileTextWriter.WmlLayout 的新实例。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站。
重载
WmlMobileTextWriter.WmlLayout(Alignment, Wrapping) |
初始化 WmlMobileTextWriter.WmlLayout 的新实例。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站。 |
WmlMobileTextWriter.WmlLayout(Style, WmlMobileTextWriter+WmlLayout) |
初始化 WmlMobileTextWriter.WmlLayout 的新实例。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站。 |
WmlMobileTextWriter.WmlLayout(Alignment, Wrapping)
初始化 WmlMobileTextWriter.WmlLayout 的新实例。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 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 移动应用程序的信息,请参阅 移动应用 & 具有 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
要用作此布局基础的布局。
注解
此构造函数首先查找为其 Align 和 Wrap 属性的值指定的 style
。 如果未在 中 style
设置这些属性,则此构造函数将使用指定 currentLayout
中的相应属性。