MobileTextWriter.ExitStyle(Style) Method

Definition

Ends a block that has been using the layout and character formatting from a given style. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public:
 void ExitStyle(System::Web::UI::MobileControls::Style ^ style);
public void ExitStyle (System.Web.UI.MobileControls.Style style);
member this.ExitStyle : System.Web.UI.MobileControls.Style -> unit
override this.ExitStyle : System.Web.UI.MobileControls.Style -> unit
Public Sub ExitStyle (style As Style)

Parameters

style
Style

The style reference.

Remarks

This overload of ExitStyle adds a break after the closing style element.

Applies to

See also