MindFusion.Diagramming for JavaScript Programmer's Guide

Diagram.setLinkBaseShape Method

See Also
 





Sets the Shape displayed at the base of new links.

Namespace: MindFusion.Diagramming
File: Diagram.js

 Syntax

JavaScript  Copy Code

function setLinkBaseShape (value)

 Parameters

value
A Shape instance that represents an arrowhead shape. The default is None.

 Remarks

This property specifies the default shape displayed as arrowhead at the links' origin points.

 See Also