Specifies available styles for the segments of links.
Namespace: MindFusion.Diagramming
File: Enum.js
SyntaxJavaScript
Copy Code
|
|---|
// enum |
Members| 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. |
RemarksMembers of this enumeration can be assigned to the shape property of DiagramLink.
See Also