MindFusion.Diagramming for JavaScript Programmer's Guide

DiagramLink.getShape Method

See Also
 





Gets the type of link segments and how they are positioned one relatively to another.

Namespace: MindFusion.Diagramming
File: DiagramLink.js

 Syntax

JavaScript  Copy Code

function getShape ()

 Return Value

One of the LinkShape Enumeration values.

 Remarks

The method tells you what shape is displayed as an arrowhead. This shape is rotated simultaneously with the last segment of the link so that it follows the overall link direction.

The Shapes class exposes several predefined shapes as static properties.

 See Also