Values used as keys in FlowLayout rules.
Namespace: MindFusion.Layout
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public enum FlowLayoutTraits |
Visual Basic Copy Code |
---|
Public Enum FlowLayoutTraits |
Member name | Description | |
---|---|---|
AlignmentPoint |
Specifies vertical and horizontal alignement. |
|
BendVerticalLink |
Specifies if vertical links will be bend, or intersected object will be moved right. |
|
CustomPosition |
Specifies a custom position for a FlowLayout group of nodes. |
|
DestinationAlignmentPoint |
Specifies alignement point at the destination node. |
|
GroupAlignmentPoint |
Specifies the alignment point of a group. |
|
GroupLayoutSize |
Overrides the layout size of a group. |
|
GroupMargins |
Specifies the margin size of a group. |
|
HorizontalPriority |
Specifies horizontal node priority for cases where the layout cannot determine the node order based on other criteria. |
|
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. |
|
LayoutSize |
A space allocated for a node. |
|
LogicID |
Specifies a string used to identify items in FlowLayout rules. |
|
MainProcessPriority |
Specifies connected group priority in cases to avoid the change Lane effect |
|
NodeDirection |
For internal use. |
|
NodeDistance |
Specifies the distance left between this node and the next in the sequence. |
|
NodeMargins |
Additianal node placement in the allocated node's space (from LayoutSize). |
|
NotSpecified |
For internal use. |
|
OrderingRule |
Specified the preferred order for nodes. |
|
OriginAlignmentPoint |
Specifies alignement point at the origin node. |
|
OutLink |
Identifies possible outgoing links in FlowLayout rules. |
|
PossibleConnection |
For internal use. |
|
Priority |
Specifies group priority for cases where the layout cannot determine the group order based on other criteria. |
|
StandardLinkBend |
For internal use. |
|
SublaneID |
Specifies the additiona Lane position. |
|
SubLevelNegativeDefaultDistance |
Default distance of nodes at the negative sub-level to the control-flow nodes. |
|
SubLevelNegativeMinDistance |
Minimum distance of nodes at the negative sub-level to the control-flow nodes. |
|
SubLevelPositiveDefaultDistance |
Default distance of nodes at the positive sub-level to the control-flow nodes. |
|
SubLevelPositiveMinDistance |
Minimum distance of nodes at the positive sub-level to the control-flow nodes. |
|
VerticalDisconnectedGroupsAlignment |
A boolean value specifying the alignment of nodes within a group. |
|
VerticalLink |
Specifies if the nodes linkt by this king of link will be arranged verticaly. |
|
VerticalSubgroupsAlignment |
A boolean value specifying the alignment of nodes within a group. |