Values used as keys in FlowLayout rules.
Namespace: MindFusion.Layout
Assembly: MindFusion.Diagramming.Layout
C# Copy Code |
---|
public enum FlowLayoutTraits |
Visual Basic Copy Code |
---|
Public Enum FlowLayoutTraits |
Member name | Description | |
---|---|---|
InLink |
Identifies possible incoming links in FlowLayout rules. |
|
Lane |
Specifies the lane to which a node should be assigned. |
|
LaneNode |
Specifies that FlowLayout should treat a node as a lane. |
|
LogicID |
Specifies a string used to identify items in FlowLayout rules. |
|
NodeDirection |
For internal use. |
|
NodeDistance |
Specifies the distance left between this node and the next in the sequence. |
|
NotSpecified |
For internal use. |
|
OrderingRule |
Specified the preferred order for nodes. |
|
OutLink |
Identifies possible outgoing links in FlowLayout rules. |
|
PossibleConnection |
For internal use. |
|
StandardLinkBend |
For internal use. |
|
VerticalDisconnectedGroupsAlignment |
A boolean value specifying the alignment of nodes within a group. |
|
VerticalSubgroupsAlignment |
A boolean value specifying the alignment of nodes within a group. |