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





Adds a rule for the orientation of the starting segment of an outgoing link according to the type of the link's origin node.

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

 Syntax

C#  Copy Code

public bool AddOutgoingBendRule (
    string originNodeType,
    string[] linkTypes,
    OrderDirection direction
)

Visual Basic  Copy Code

Public Function AddOutgoingBendRule( _
    originNodeType As String, _
    linkTypes() As String, _
    direction As OrderDirection _
) As Boolean

 Parameters

originNodeType

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

linkTypes

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

direction

An OrderDirection value defining the orientation of the link's starting segment.

 Return Value

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

 See Also

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