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





Gets or sets the spacing between adjacent lanes in the final layout.

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

 Syntax

C#  Copy Code

public float LaneDistance { get; set; }

Visual Basic  Copy Code

Public Property LaneDistance As Single

 Property Value

A float value specifying the distance between swimlanes. The default value is 20.

 Remarks

For each pair of swimlanes, this value specifies the distance between the bottommost node border from the upper swimlane and the topmost node border from the lower swimlane.

 See Also

SwimlaneLayout Members
SwimlaneLayout Class
MindFusion.Diagramming.Layout Namespace