Specifies the possible values for the ConnectionStyle property of tables.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public enum TableConnectionStyle |
Visual Basic
Copy Code
|
|---|
Public Enum TableConnectionStyle |
Members| Member name | Description | |
|---|---|---|
![]() |
Table |
Users are allowed to create relations to a table as whole entity. |
![]() |
Rows |
Users are allowed to create relations to the rows of a table. |
![]() |
Both |
Users are allowed to create relations both to the rows of a table or the the table as a whole. |
RemarksThe 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