MindFusion.Wpf Pack Programmer's Guide
SwimlaneLayout.SwimlaneGrid Property
See Also
 





Gets or sets the object through which the layout can manipulate the swimlane grid.

Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public ISwimlaneGrid SwimlaneGrid { get; set; }

Visual Basic  Copy Code

Public Property SwimlaneGrid As ISwimlaneGrid

 Property Value

 Remarks

If this is null at the time of layout, the layout will operate on the diagram's lane grid.

 See Also

SwimlaneLayout Members
SwimlaneLayout Class
MindFusion.Diagramming.Wpf.Layout Namespace