MindFusion.Wpf Pack Programmer's Guide
FlowLayoutRules.AddIncomingBendRule Method (String[], String[], OrderDirection[])
See Also
 





Adds a rule for the orientation of the ending segments of an incoming link according to the type of the link's destination node.

Namespace: MindFusion.Layout
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public bool AddIncomingBendRule (
    string[] destNodeTypes,
    string[] linkTypes,
    OrderDirection[] directions
)

Visual Basic  Copy Code

Public Function AddIncomingBendRule( _
    destNodeTypes() As String, _
    linkTypes() As String, _
    directions() As OrderDirection _
) As Boolean

 Parameters

destNodeTypes

The logic identifiers of nodes this rule should be applied to.

linkTypes

The logic identifiers of links this rule should be applied to.

directions

An array of OrderDirection values defining the orientation of the links ending segments.

 Return Value

true if this rule has been added successfully; otherwise, false.

 See Also

AddIncomingBendRule Method Overload List
FlowLayoutRules Members
FlowLayoutRules Class
MindFusion.Layout Namespace