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.Layout
SyntaxC#
Copy Code
|
|---|
public bool AddOutgoingBendRule ( |
Visual Basic
Copy Code
|
|---|
Public Function AddOutgoingBendRule( _ |
The logic identifiers of nodes this rule should be applied to.
The logic identifiers of links this rule should be applied to.
The logic identifier of nodes this rule should be applied to.
An array of OrderDirection values defining the orientation of the links starting segments.
true if this rule has been added successfully; otherwise, false.
See Also