Specifies available styles for the segments of links.
Namespace: MindFusion.Diagramming
Package: Enum.js
JavaScript Copy Code |
---|
// enum |
Member name | Description | |
---|---|---|
Bezier |
The segments of a link are Bézier curves. |
|
Cascading |
The segments of a link are alternating horizontal and vertical lines, orthogonal to each other. |
|
Polyline |
The segments of a link are straight lines. |
|
Spline |
The segments of a link are curves forming an interpolating spline that passes through all control points. |