VisDrawSplineFlags enumeration (Visio)

Flags to pass to the DrawSpline and DrawPolyline methods.

Constant Value Description
visPolyarcs 256 Draw a sequence of arcs rather than a sequence of line segments.
visPolyline1D 8 Draw a shape that has one-dimensional (1D) behavior.
visSpline1D 8 Draw a shape that has 1D behavior.
visSplineAbrupt 4 Break the spline whenever an abrupt change of direction or curvature in the point's trail is detected.
visSplineDoCircles 2 Recognize circular segments in the given array of points and generate circular arcs for those segments.
visSplinePeriodic 1 Draw a periodic spline.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.