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