ASP.NET Pack Programmer's Guide
DiagramNode.setAnchorPattern Method
See Also
 





Sets the anchor points to which links are attached when connected to this node.

Namespace: MindFusion.Diagramming
Package: DiagramNode.js

 Syntax

JavaScript  Copy Code

function setAnchorPattern (value)

 Parameters

value

An AnchorPattern object that defines the anchor points for this node.

 Remarks

This property specifies a set of points to which links can be attached. Each anchor point can accept either incoming links, outgoing links or both. If a node does not have any anchor points defined, links can be connected to any part of the node.

 See Also

DiagramNode Members
DiagramNode Class
MindFusion.Diagramming Namespace