Search
LayeredLayout.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 specifying the distance between layers. The default is 25.

 See Also