MindFusion.Wpf Pack Programmer's Guide
ConnectorRules Members
Properties Methods
 


Represents a set of rules that are applied according to the logic identifiers of links.

The following tables list the members exposed by the ConnectorRules type.

 Public Properties

  Name Description

DownOriented

Specifies a set of link identifiers for which nodes connected by such links will be placed downwards from already arranged nodes. You can assign a single logic identifier or an array of identifiers to this property.

HorizontalBendOrientation

Specifies whether links should start with a horizontal segment.

LeftOriented

Specifies a set of link identifiers for which nodes connected by such links will be placed leftwards from already arranged nodes. You can assign a single logic identifier or an array of identifiers to this property.

RightOriented

Specifies a set of link identifiers for which nodes connected through such links will be placed rightwards from already arranged nodes. You can assign a single logic identifier or an array of identifiers to this property.

UpOriented

Specifies a set of link identifiers for which nodes connected through such links will be placed upwards from already arranged nodes. You can assign a single logic identifier or an array of identifiers to this property.

 Public Methods

  Name Description

AddLayoutRule

Overloaded.   (Inherited from LayoutRules.)

BuildKey

Builds a key - object for the new rule, as a pair of two objects: obj1 and obj2 (Inherited from LayoutRules.)

GetLayoutRule

If there is rule with key - Key initializes - Value otherwise fails; (Inherited from LayoutRules.)

RemovetLayoutRule

If there is rule with key - Key removes the key - value, otherwise fails; (Inherited from LayoutRules.)

ValidateRules

Checks if there is a rule for each key in KeyList (Inherited from LayoutRules.)

 See Also

ConnectorRules Class
MindFusion.Layout Namespace