Search
ISwimlaneGrid.SetTopMargin Method
See Also
 






Sets the top margin of the swimlane grid.

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

 Syntax

C#  Copy Code

void SetTopMargin (
    double value
)

Visual Basic  Copy Code

Sub SetTopMargin( _
    value As Double _
)

 Parameters

value

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

 See Also