MindFusion.Wpf Pack Programmer's Guide
FlowLayout.LaneDistance Property
See Also
 





Gets or sets the desired distance between adjacent lanes.

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

 Syntax

C#  Copy Code

public double LaneDistance { get; set; }

Visual Basic  Copy Code

Public Property LaneDistance As Double

 Property Value

A double value specifying the distance between lanes. The default is 0.

 Remarks

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

 See Also

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