Search
OrthogonalRouter.LayerDistance Property
See Also
 






Gets or sets the desired distance between layer axis lines.

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

 Syntax

C#  Copy Code

public double LayerDistance { get; set; }

Visual Basic  Copy Code

Public Property LayerDistance As Double

 Property Value

A double value.

 Remarks

Gets or sets the distance between layers when BaseLayout is set to Layered or Cascading.

 See Also