Search
FlowchartLayoutExtensions.NodeDistance(T) Method
See Also
 





Sets the distance between consecutive nodes in the flowchart.

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

 Syntax

C#  Copy Code

public static T NodeDistance<T> (
    T flowchartLayout,
    float value
) where T : FlowchartLayout

Visual Basic  Copy Code

Public Shared Function NodeDistance(Of T As FlowchartLayout) ( _
    flowchartLayout As T, _
    value As Single _
) As T

 Parameters

flowchartLayout

value

 Return Value

 See Also