Gets or sets the desired distance between adjacent lanes.
Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public double LaneDistance { get; set; } |
Visual Basic Copy Code |
---|
Public Property LaneDistance As Double |
A double value specifying the distance between lanes. The default is 0.
The lanes are placed at the specified distance from each other only if ChangeLaneDimensions is enabled.