WmlMobileTextWriter.WmlLayout Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of WmlMobileTextWriter.WmlLayout. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
Overloads
WmlMobileTextWriter.WmlLayout(Alignment, Wrapping) |
Initializes a new instance of WmlMobileTextWriter.WmlLayout. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. |
WmlMobileTextWriter.WmlLayout(Style, WmlMobileTextWriter+WmlLayout) |
Initializes a new instance of WmlMobileTextWriter.WmlLayout. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. |
WmlMobileTextWriter.WmlLayout(Alignment, Wrapping)
Initializes a new instance of WmlMobileTextWriter.WmlLayout. This API is obsolete. For information about how to develop ASP.NET mobile applications, see 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)
Parameters
- alignment
- Alignment
The alignment of the layout.
- wrapping
- Wrapping
The wrapping of the layout.
See also
Applies to
WmlMobileTextWriter.WmlLayout(Style, WmlMobileTextWriter+WmlLayout)
Initializes a new instance of WmlMobileTextWriter.WmlLayout. This API is obsolete. For information about how to develop ASP.NET mobile applications, see 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)
Parameters
- style
- Style
The style to use as a base for this layout.
- currentLayout
- WmlMobileTextWriter.WmlLayout
The layout to use as a base for this layout.
Remarks
This constructor looks first to the specified style
for the values of its Align and Wrap properties. If these properties are not set in the style
, this constructor uses the corresponding properties from the specified currentLayout
.