Search
ISwimlaneGrid.SetLeftMargin Method
See Also
 





Sets the left margin of the swimlane grid.

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

 Syntax

C#  Copy Code

void SetLeftMargin (
    float value
)

Visual Basic  Copy Code

Sub SetLeftMargin( _
    value As Single _
)

 Parameters

value

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

 See Also