Gets or sets the object through which the layout can manipulate the swimlane grid.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming
C#
![]() |
---|
public ISwimlaneGrid SwimlaneGrid { get; set; } |
Visual Basic
![]() |
---|
Public Property SwimlaneGrid As ISwimlaneGrid |
An instance of a class that implements the ISwimlaneGrid interface. The default is null (Nothing in VB.NET).
If this is null at the time of layout, the layout will operate on the diagram's lane grid.