ASP.NET Pack Programmer's Guide
SwimlaneLayout.NodeDistance Property
See Also
 





Gets or sets the spacing between adjacent nodes within a lane in the final layout.

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

 Syntax

C#  Copy Code

public float NodeDistance { get; set; }

Visual Basic  Copy Code

Public Property NodeDistance As Single

 Property Value

A float value specifying the distance between adjacent nodes in the same swimlane. The default is 25.

 See Also

SwimlaneLayout Members
SwimlaneLayout Class
MindFusion.Diagramming.Layout Namespace