Search
BorderedTreeLayout.linkType Property
See Also
 





Gets or sets the type of links in the arranged tree.

Namespace: MindFusion.Graphs
File: BorderedTreeLayout.js

 Syntax

JavaScript  Copy Code

get linkType() {}
set linkType(value) {}

 Property Value

TreeLayoutLinkType

A member of the TreeLayoutLinkType enumeration. The default value is Default,

 See Also