Search
SimpleKeys Members
Constructors Fields Properties Methods
 


Defines keys that can be used to define FlowLayout rules.

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

 Public Constructors

  Name Description

SimpleKeys

Initializes a new instance of the SimpleKeys class.

 Public Fields

  Name Description

ConnectorTypes

Specifies a list of connector identifiers.

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.

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.

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.

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.

MainConnectorOrientation

Specifies the orientation of the "Control Flow" sequence of links, and thus the main orientation for the layout.

MainSubgroupConnector

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

PossibleConnection

Specifies what kind of node connections are allowed.

 Public Properties

  Name Description

AllKeys

A list of all keys defined in this class.

 Public Methods

  Name Description

ValidateRules

Checks if there is a rule for each key in the key list.

 See Also