Share via


NoNamespace.trim Field

Definition

Represents the trim XML attribute.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: textpath.
  • corresponds to the following strongly-typed properties: TextPath.Trim.

Applies to