MindFusion.Diagramming for JavaScript Programmer's Guide
LinkShape Enumeration
See Also
 





Specifies available styles for the segments of links.

Namespace: MindFusion.Diagramming
File: Enum.js

 Syntax

JavaScript  Copy Code

// enum
LinkShape = {}

 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.

 See Also

MindFusion.Diagramming Namespace