MindFusion.Diagramming for JavaScript Programmer's Guide

Diagram.getLinkBaseShapeSize Method

See Also
 





Gets the default size of the base of new links.

Namespace: MindFusion.Diagramming
File: Diagram.js

 Syntax

JavaScript  Copy Code

function getLinkBaseShapeSize ()

 Return Value

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

 Remarks

The property specifies the size of the graphical shapes that are displayed at the start of new DiagramLink-s, for example, at the beginning of the links.

 See Also