Share via


A.quadBezTo Field

Definition

Represents the a:quadBezTo XML element.

public static readonly System.Xml.Linq.XName quadBezTo;
 staticval mutable quadBezTo : System.Xml.Linq.XName
Public Shared ReadOnly quadBezTo 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: QuadraticBezierCurveTo.

Applies to