WmlMobileTextWriter.WmlLayout Constructor (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 the www.asp.net/mobile Web site.

Namespace:   System.Web.UI.MobileControls.Adapters
Assembly:  System.Web.Mobile (in System.Web.Mobile.dll)

public WmlLayout(
	Style style,
	WmlMobileTextWriter.WmlLayout currentLayout
)

Parameters

style
Type: System.Web.UI.MobileControls.Style

The style to use as a base for this layout.

currentLayout
Type: System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlLayout

The layout to use as a base for this layout.

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.

.NET Framework
Available since 1.1
Return to top
Show: