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.

C#
protected override void OpenParagraph(System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlLayout layout, bool writeAlignment, bool writeWrapping);

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

Product Versions
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also