UpWmlMobileTextWriter.OpenParagraph Method

Definition

Opens a paragraph with the given layout. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

protected:
 override void OpenParagraph(System::Web::UI::MobileControls::Adapters::WmlMobileTextWriter::WmlLayout ^ layout, bool writeAlignment, bool writeWrapping);
protected override void OpenParagraph (System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlLayout layout, bool writeAlignment, bool writeWrapping);
override this.OpenParagraph : System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlLayout * bool * bool -> unit
Protected Overrides Sub OpenParagraph (layout As WmlMobileTextWriter.WmlLayout, writeAlignment As Boolean, writeWrapping As Boolean)

Parameters

layout
WmlMobileTextWriter.WmlLayout

An enumerated value representing the layout to use when opening a paragraph.

writeAlignment
Boolean

Whether to open paragraph alignment formatting.

writeWrapping
Boolean

Whether to open paragraph wrapping formatting.

Applies to

See also