Share via


W.br Field

Definition

Represents the w:br XML element.

public static readonly System.Xml.Linq.XName br;
 staticval mutable br : System.Xml.Linq.XName
Public Shared ReadOnly br As XName 

Field Value

Remarks

As an XML element, it:

  • has the following parent XML elements: r, r.
  • has the following XML attributes: clear, type.
  • corresponds to the following strongly-typed classes: Break.

Applies to