Gets or sets the desired distance between adjacent lanes.
Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
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.
RemarksThe lanes are placed at the specified distance from each other only if ChangeLaneDimensions is enabled.
See Also