Search
BorderedTreeLayout.anchoring Property
See Also
 






Gets or sets a value indicating how to align links to the anchor points of nodes.

Namespace: MindFusion.Graphs
File: BorderedTreeLayout.js

 Syntax

JavaScript  Copy Code

get anchoring() {}
set anchoring(value) {}

 Property Value

Anchoring

A member of the Anchoring enumeration. The default value is Ignore.

 See Also