ASP.NET Pack Programmer's Guide
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

Value: 2. Indicates that links will be arranged as cascading and attached to the middles of the adjoining node sides.

Default

Value: 0. Indicates that links will be arranged to point to the centers of the related nodes.

Straight

Value: 1. Indicates that links will be attached to the middles of the adjoining node sides.

 See Also

MindFusion.Graphs Namespace