Specifies the possible values for the ConnectionStyle property of tables.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public enum TableConnectionStyle |
Visual Basic Copy Code |
---|
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. |
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.
WpfDiagram Programmer's Guide | © 2024 MindFusion |