Search
GridLayoutExtensions.EndNode(T) Method
See Also
 





Sets the node that is placed at the lower right corner of the grid.

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

 Syntax

C#  Copy Code

public static T EndNode<T> (
    T gridLayout,
    DiagramNode value
) where T : GridLayout

Visual Basic  Copy Code

Public Shared Function EndNode(Of T As GridLayout) ( _
    gridLayout As T, _
    value As DiagramNode _
) As T

 Parameters

gridLayout

value

 Return Value

 See Also