Search
TreeLayoutLinkType Enumeration
See Also
 





Specifies the shape of the diagram links after they are laid out.

Namespace: MindFusion.Graphs
Package: Enum.js

 Syntax

JavaScript  Copy Code

// enum
TreeLayoutLinkType = {}

 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.

 Remarks

Members of this enumeration can be assigned to the linkType property of TreeLayout.

 See Also