Search
FlowLayoutKeys Members
Constructors Fields Properties Methods
 


Defines keys that can be used to define FlowLayout rules.

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

 Public Constructors

  Name Description

FlowLayoutKeys

Initializes a new instance of the FlowLayoutKeys class.

 Public Fields

  Name Description

ConnectorTypes

Specifies a list of connector identifiers. (Inherited from SimpleKeys.)

FirstGroupLevelNegative

A rule defining which nodes should be placed above the "Control Flow" line. Associate an array of the node types logic identifiers with this key. (Inherited from SimpleKeys.)

FirstGroupLevelPositive

A rule defining which nodes should be placed below the "Control Flow" line. Associate an array of the node types logic identifiers with this key. (Inherited from SimpleKeys.)

GroupEndNodes

Specifies which nodes should be considered the end of the current sub-group. Associate an array of the node types logic identifiers with this key. (Inherited from SimpleKeys.)

GroupStartNodes

Specifies which nodes should be considered the start of a new sub-group. Associate an array of the node types logic identifiers with this key. (Inherited from SimpleKeys.)

MainConnectorOrientation

Specifies the orientation of the "Control Flow" sequence of links, and thus the main orientation for the layout. (Inherited from SimpleKeys.)

MainSubgroupConnector

Defines which type of connectors can be used as guideline (defining the graph control flow). (Inherited from SimpleKeys.)

PossibleConnection

Specifies what kind of node connections are allowed. (Inherited from SimpleKeys.)

PossibleNodeLogic

Specifies a list of identifiers for nodes that should be processed by FlowLayout.

SemiLevel

Specifies a list of identifiers for nodes that should be placed with some offset from the main sequence line.

 Public Properties

  Name Description

AllKeys

A list of all keys defined in this class. (Inherited from SimpleKeys.)

 Public Methods

  Name Description

ValidateRules

Checks if there is a rule for each key in the key list. (Inherited from SimpleKeys.)

 See Also