Search
ISwimlaneGrid.SetLeftMargin Method
See Also
 






Sets the left margin of the swimlane grid.

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

 Syntax

C#  Copy Code

void SetLeftMargin (
    double value
)

Visual Basic  Copy Code

Sub SetLeftMargin( _
    value As Double _
)

 Parameters

value

The distance between the left side of the grid and the diagram bounds.

 See Also