ASP.NET Pack Programmer's Guide
ConnectionStyle Enumeration
See Also
 





Specifies whether links should connect to a node or its rows.

Namespace: MindFusion.Diagramming
Package: Enum.js

 Syntax

JavaScript  Copy Code

// enum
ConnectionStyle = {}

 Members

  Member name Description

Node

Links should connect to the table node when drawn interactively.

Rows

Links should connect to one of the table's rows when drawn interactively.

 See Also

MindFusion.Diagramming Namespace