Search
TreeViewNode.connectionStyle Property
See Also
 






Gets or sets whether drawing a link from/to this node should connectan individual TreeViewItem, or the whole node as an integral entity.

Namespace: MindFusion.Diagramming
File: TreeViewNode.js

 Syntax

JavaScript  Copy Code

get connectionStyle() {}
set connectionStyle(value) {}

 Property Value

ConnectionStyle

A member of the ConnectionStyle enumeration.

 See Also