MindFusion.Wpf Pack Programmer's Guide
TableConnectionStyle Enumeration
See Also
 





Specifies the possible values for the ConnectionStyle property of tables.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public enum TableConnectionStyle

Visual Basic  Copy Code

Public Enum TableConnectionStyle

 Members

  Member name Description

Both

Users are allowed to create relations both to the rows of a table or the the table as a whole.

Rows

Users are allowed to create relations to the rows of a table.

Table

Users are allowed to create relations to a table as whole entity.

 Remarks

The enumeration provides possible values for the ConnectionStyle property, which specifies whether relation ends are the rows of a table or the table as a whole entity.

 See Also

MindFusion.Diagramming.Wpf Namespace