Specifies where FlowLayout gets the swimlane dimensions from.
Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf
C#
![]() |
---|
public enum LaneType |
Visual Basic
![]() |
---|
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. |