CurveShape.Order Property
Syntax
Order as Integer
The number of off-curve control points that are used. It is one of the following values:
0--A straight line from x,y to x2,y2 is used.
1--A quadratic Bezier curve is drawn using one control point.
2--A cubic Bezier curve is drawn using two control points.