MindFusion.Wpf Pack Programmer's Guide
OrthogonalRouter.LayerDistance Property
See Also
 





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

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

 Syntax

C#  Copy Code

public double LayerDistance { get; set; }

Visual Basic  Copy Code

Public Property LayerDistance As Double

 Property Value

A double value specifying the distance between layers. The default is 96.

 Remarks

This value is assigned to the LayerDistance property of the base LayeredLayout or to the LevelDistance property of the TreeLayout.

 See Also

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