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
Assembly: AnchorPattern.js
SyntaxJavaScript
Copy Code
|
|---|
// class |
RemarksA 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 HierarchyMindFusion.Diagramming.AnchorPattern
See Also