MindFusion.Diagramming for JavaScript Programmer's Guide

Diagram.setLinkShape Method

See Also
 





Sets the initial shape assigned to new links.

Namespace: MindFusion.Diagramming
File: Diagram.js

 Syntax

JavaScript  Copy Code

function setLinkShape (value)

 Parameters

value

One of the LinkShape enumeration values.

 Remarks

The specified value is assigned to the Shape property of new links. The default is Polyline.

 See Also