Search
NodeListView.SetNodeSize Method
See Also
 





Sets the size of the nodes displayed in the view.

Namespace: MindFusion.Diagramming.Mvc
Assembly: MindFusion.Diagramming.Mvc

 Syntax

C#  Copy Code

public NodeListView SetNodeSize (
    Size value
)

Visual Basic  Copy Code

Public Function SetNodeSize( _
    value As Size _
) As NodeListView

 Parameters

value

The size of the nodes

 Return Value

 See Also