Share via


NoNamespace.multiLine Field

Definition

Represents the multiLine XML attribute.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: formControlPr.
  • corresponds to the following strongly-typed properties: FormControlProperties.MultipleLines.

Applies to