Specifies the possible values for the ConnectionStyle property of tables.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight
C#
![]() |
---|
public enum TableConnectionStyle |
Visual Basic
![]() |
---|
Public Enum TableConnectionStyle |
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. |