MindFusion.Wpf Pack Programmer's Guide
TableNodeExtensions.ConnectionStyle(T) Method
See Also
 





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.Wpf.Fluent
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public static T ConnectionStyle<T> (
    T tableNode,
    TableConnectionStyle value
) where T : TableNode

Visual Basic  Copy Code

Public Shared Function ConnectionStyle(Of T As TableNode) ( _
    tableNode As T, _
    value As TableConnectionStyle _
) As T

 Parameters

tableNode

value

 Return Value

 See Also

TableNodeExtensions Members
TableNodeExtensions Class
MindFusion.Diagramming.Wpf.Fluent Namespace