Gets or sets a value indicating whether drawing a link from/to this table, should connect a row of the table, or the whole table as single entity.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public TableConnectionStyle ConnectionStyle { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ConnectionStyle As TableConnectionStyle |
A member of the TableConnectionStyle enumeration. Initialized with the value of TableConnectionStyle.
RemarksThere are three possible ways to relate tables to other nodes. This property specifies how users are allowed to create such relations:
See Also