Specifies the shape of the diagram links after they are laid out.
Namespace: MindFusion.Graphs
File: Enum.js
SyntaxJavaScript
Copy Code
|
|---|
// enum |
Members| Member name | Description | |
|---|---|---|
![]() |
Cascading |
Indicates that links will be arranged as cascading and attached to the middles of the adjoining node sides. |
![]() |
Default |
Indicates that links will be arranged to point to the centers of the related nodes. |
![]() |
Straight |
Indicates that links will be attached to the middles of the adjoining node sides. |
RemarksMembers of this enumeration can be assigned to the linkType property of TreeLayout.
See Also