Search
GridLayoutExtensions.StartNode Method
See Also
 





Sets the node that is placed at the upper left corner of the grid.

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

 Syntax

C#  Copy Code

public static GridLayout StartNode (
    GridLayout gridLayout,
    DiagramNode value
)

Visual Basic  Copy Code

Public Shared Function StartNode( _
    gridLayout As GridLayout, _
    value As DiagramNode _
) As GridLayout

 Parameters

gridLayout

value

 Return Value

 See Also