Specifies available styles for the segments of links.
Namespace: MindFusion.Diagramming
File: 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. |
Members of this enumeration can be assigned to the shape property of DiagramLink.
JavaScript Pack Programmer's Guide | © 2024 MindFusion |