Search
AnchorPattern Class
Remarks See Also
 





The AnchorPattern class represents a set of anchor points, which specify the exact locations where links are allowed to connect to nodes.

Namespace: MindFusion.Diagramming
Package: AnchorPattern.js

 Syntax

JavaScript  Copy Code

// class
AnchorPattern.prototype = {}

 Remarks

A pattern can be assigned to nodes by setting their anchorPattern property. The AnchorPattern class exposes several predefined patterns as static fields: decision2In2Out, decision1In3Out, leftInRightOut, topInBottomOut.

 Inheritance Hierarchy

MindFusion.Diagramming.AnchorPattern

 See Also