UpWmlMobileTextWriter.OpenParagraph Method
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.
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
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.