Search
FlowLayout.LaneDistance Property
See Also
 





Gets or sets the desired distance between adjacent lanes.

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

 Remarks

The lanes are placed at the specified distance from each other only if ChangeLaneDimensions is enabled.

 See Also