Gets or sets the distance between layers when BaseLayout is set to Layered or Cascading.
Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public double LayerDistance { get; set; } |
Visual Basic Copy Code |
---|
Public Property LayerDistance As Double |
A double value specifying the distance between layers. The default is 96.
This value is assigned to the LayerDistance property of the base LayeredLayout or to the LevelDistance property of the TreeLayout.