Share via


NoNamespace.wrapText Field

Definition

Represents the wrapText XML attributes.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: wrapSquare, wrapThrough, wrapTight, alignment.
  • corresponds to the following strongly-typed properties: Alignment.WrapText, WrapSquare.WrapText, WrapThrough.WrapText, WrapTight.WrapText.

Applies to