MindFusion.Wpf Pack Programmer's Guide
FlowLayoutRules Members
Constructors Properties Methods
 


A class representing a set of rules that define the behavior of the FlowLayout class.

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

 Public Constructors

  Name Description

FlowLayoutRules

Initializes a new instance of the FlowLayoutRules class.

 Public Properties

  Name Description

ConnectorRules

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

NodeRules

A set of rules that are applied according to the logic identifiers of node pairs.

PreferredRules

Specifies which set of rules to use.

 Public Methods

  Name Description

AddBendRule

Overloaded.  

AddIncomingBendRule

Overloaded.  

AddLayoutRule

Overloaded.   (Inherited from LayoutRules.)

AddOutgoingBendRule

Overloaded.  

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.)

UseRuleManagedLinkBend

Specifies whether FlowLayout should use custom link-bending rules specified through the various Add*BendRule methods.

ValidateRules

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

 See Also

FlowLayoutRules Class
MindFusion.Layout Namespace