Search
SwimlaneLayout.SwimlaneGrid Property
See Also
 





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

Namespace: MindFusion.Diagramming.Layout
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public ISwimlaneGrid SwimlaneGrid { get; set; }

Visual Basic  Copy Code

Public Property SwimlaneGrid As ISwimlaneGrid

 Property Value

An instance of a class that implements the ISwimlaneGrid interface. The default is null (Nothing in VB.NET).

 Remarks

If this property is set to null, the layout will operate on the diagram's LaneGrid.

 See Also