Search
SwimlaneLayoutExtensions.SwimlaneGrid(T) Method
See Also
 





Sets the object through which the layout can manipulate the swimlane grid.

Namespace: MindFusion.Diagramming.Layout.Fluent
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static T SwimlaneGrid<T> (
    T swimlaneLayout,
    ISwimlaneGrid value
) where T : SwimlaneLayout

Visual Basic  Copy Code

Public Shared Function SwimlaneGrid(Of T As SwimlaneLayout) ( _
    swimlaneLayout As T, _
    value As ISwimlaneGrid _
) As T

 Parameters

swimlaneLayout

value

 Return Value

 See Also