Search
DiagramExtensions.TableConnectionStyle Method
See Also
 





Sets a value indicating whether drawing an arrow between tables should link rows of those tables, or the tables as whole entities.

Namespace: MindFusion.Diagramming.Fluent
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static Diagram TableConnectionStyle (
    Diagram diagram,
    TableConnectionStyle value
)

Visual Basic  Copy Code

Public Shared Function TableConnectionStyle( _
    diagram As Diagram, _
    value As TableConnectionStyle _
) As Diagram

 Parameters

diagram

value

 Return Value

 See Also