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
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.