Share via


A.moveTo Field

Definition

Represents the a:moveTo XML element.

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

Field Value

Remarks

As an XML element, it:

  • has the following parent XML elements: path.
  • has the following child XML elements: pt.
  • corresponds to the following strongly-typed classes: MoveTo.

Applies to