Search
LinkShape Enumeration
See Also
 





Specifies available styles for the segments of links.

Namespace: MindFusion.Diagramming
Package: 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.

Spline

The segments of a link are curves forming an interpolating spline that passes through all control points.

 Remarks

Members of this enumeration can be assigned to the shape property of DiagramLink.

 See Also