Share via


A.anchor Field

Definition

Represents the a:anchor XML element.

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

Field Value

Remarks

As an XML element, it:

  • has the following parent XML elements: backdrop.
  • has the following XML attributes: x, y, z.
  • corresponds to the following strongly-typed classes: Anchor.

Applies to