MindFusion.Diagramming for JavaScript Programmer's Guide

Diagram.setLinkBaseShapeSize Method

See Also
 





Sets the default size of the base of new links.

Namespace: MindFusion.Diagramming
File: Diagram.js

 Syntax

JavaScript  Copy Code

function setLinkBaseShapeSize (value)

 Parameters

value

A number that specifies the size. The default is 5.

 Remarks

The property specifies how big is the shape that is displayed at the origin of a link.

 See Also