Search
TreeLayout.linkType Property
See Also
 





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

Namespace: MindFusion.Graphs
File: TreeLayout.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