ASP.NET Pack Programmer's Guide
TableConnectionStyle Members
Constructors Fields
 


The members of this enumeration specify whether links drawn by users are connected to tables rows, to tables as integral nodes, or both. These constants can be used as parameters of the setConnectionStyle method of the TableNode class.

The following tables list the members exposed by the TableConnectionStyle type.

 Public Constructors

  Name Description

TableConnectionStyle

Initializes a new TableConnectionStyle instance.

 Public Fields

  Name Description

Both

Support both modes.

Rows

Connect links to rows of the table.

Table

Connect links to the table as an integral node.

 See Also

TableConnectionStyle Class
com.mindfusion.diagramming Namespace