MindFusion.Wpf Pack Programmer's Guide
FlowchartLayout.NodeDistance Property
See Also
 





Gets or sets the distance between consecutive nodes in the flowchart.

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

 Syntax

C#  Copy Code

public double NodeDistance { get; set; }

Visual Basic  Copy Code

Public Property NodeDistance As Double

 Property Value

A double value specifying the distance between neighbor nodes in the same sequence.

 See Also

FlowchartLayout Members
FlowchartLayout Class
MindFusion.Diagramming.Wpf.Layout Namespace