Share via


A.rect Field

Definition

Represents the a:rect XML element.

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

Field Value

Remarks

As an XML element, it:

  • has the following parent XML elements: custGeom.
  • has the following XML attributes: b, l, r, t.
  • corresponds to the following strongly-typed classes: Rectangle.

Applies to