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





Adds a rule for the orientation of the starting segments 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[] originNodeTypes,
    string linkType,
    OrderDirection[] directions
)

Visual Basic  Copy Code

Public Function AddOutgoingBendRule( _
    originNodeTypes() As String, _
    linkType As String, _
    directions() As OrderDirection _
) As Boolean

 Parameters

originNodeTypes

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

linkType

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

directions

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

 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