Share via


ExitLayout Method (Common)

Ends a block by using the formatting from a given style.

public void ExitLayout(
   Style style
)
public void ExitLayout(
   Style style
   bool breakAfter
)

Parameters

  • style
    The style reference.
  • breakAfter
    If breakAfter is true, a break is added after the closing style element. The first form of the method assumes breakAfter to be true.

Remarks

The EnterLayout and ExitLayout methods allow a device adapter to emit markup, in order to begin and end a block by using the formatting from a given style.

See Also

Applies to: HtmlMobileTextWriter Class | MobileTextWriter Class | WmlMobileTextWriter Class