Search
DiagramLink.shape Property
See Also
 





Gets or sets the type of link segments and how they are oriented relatively to each other.

Namespace: MindFusion.Diagramming
File: DiagramLink.js

 Syntax

JavaScript  Copy Code

get shape() {}
set shape(value) {}

 Property Value

LinkShape

A member of the LinkShape enumeration.

 Remarks

This property specifies whether the segments of a link are straight lines or curves. In case of straight lines, they can be set all horizontal and vertical, each segment orthogonal to its neighbor, by using the Cascading shape.

 See Also