Specifies where FlowLayout gets the swimlane dimensions from.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming.Layout
C# Copy Code |
---|
public enum LaneType |
Visual Basic Copy Code |
---|
Public Enum LaneType |
Member name | Description | |
---|---|---|
Custom |
FlowLayout should get the swimlane dimensions from the array of rectangles passed as an argument to Arrange. |
|
LaneGrid |
FlowLayout gets the swimlane dimensions from Diagram.LaneGrid. |
|
LaneNodes |
FlowLayout interprets locked background nodes as swimlanes. |