Share via


A.cubicBezTo Field

Definition

Represents the a:cubicBezTo XML element.

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

Applies to