Search
Diagram.linkShape Property
See Also
 





Gets or sets the initial shape assigned to new links.

Namespace: MindFusion.Diagramming
File: Diagram.js

 Syntax

JavaScript  Copy Code

get linkShape() {}
set linkShape(value) {}

 Property Value

LinkShape

A member of the LinkShape enumeration. The default is Polyline.

 Remarks

The specified value is assigned to the shape property of new links.

 See Also