Search
FlowLayoutTraits Enumeration
See Also
 





Values used as keys in FlowLayout rules.

Namespace: MindFusion.Layout
Assembly: MindFusion.Diagramming.Layout

 Syntax

C#  Copy Code

public enum FlowLayoutTraits

Visual Basic  Copy Code

Public Enum FlowLayoutTraits

 Members

  Member name Description

PossibleConnection

For internal use.

OrderingRule

Specified the preferred order for nodes.

NodeDirection

For internal use.

NodeDistance

Specifies the distance left between this node and the next in the sequence.

LaneNode

Specifies that FlowLayout should treat a node as a lane.

LogicID

Specifies a string used to identify items in FlowLayout rules.

Lane

Specifies the lane to which a node should be assigned.

VerticalSubgroupsAlignment

A boolean value specifying the alignment of nodes within a group.

StandardLinkBend

For internal use.

InLink

Identifies possible incoming links in FlowLayout rules.

OutLink

Identifies possible outgoing links in FlowLayout rules.

NotSpecified

For internal use.

VerticalDisconnectedGroupsAlignment

A boolean value specifying the alignment of nodes within a group.

 See Also