Gets or sets the desired distance between adjacent lanes.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public float LaneDistance { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property LaneDistance As Single |
RemarksThe lanes are placed at the specified distance from each other only if ChangeLaneDimensions is enabled.
See Also