Specifies where FlowLayout gets the swimlane dimensions from.
Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public enum LaneType |
Visual Basic Copy Code |
---|
Public Enum LaneType |
Member name | Description | |
---|---|---|
Custom |
FlowLayout gets 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. |