UpWmlMobileTextWriter.OpenParagraph Method (WmlMobileTextWriter.WmlLayout, Boolean, Boolean)
.NET Framework (current version)
Opens a paragraph with the given layout. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.
Assembly: System.Web.Mobile (in System.Web.Mobile.dll)
protected override void OpenParagraph( WmlMobileTextWriter.WmlLayout layout, bool writeAlignment, bool writeWrapping )
Parameters
- layout
-
Type:
System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlLayout
An enumerated value representing the layout to use when opening a paragraph.
- writeAlignment
-
Type:
System.Boolean
Whether to open paragraph alignment formatting.
- writeWrapping
-
Type:
System.Boolean
Whether to open paragraph wrapping formatting.
.NET Framework
Available since 1.1
Available since 1.1
Show: