MindFusion.Wpf Pack Programmer's Guide
LayeredLayout Constructor (Orientation, Double, Double, Size)
See Also
 





Initializes a new instance of the LayeredLayout class with the specified settings.

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

 Syntax

C#  Copy Code

public LayeredLayout (
    Orientation orientation,
    double layerDistance,
    double nodeDistance,
    Size margins
)

Visual Basic  Copy Code

Public New ( _
    orientation As Orientation, _
    layerDistance As Double, _
    nodeDistance As Double, _
    margins As Size _
)

 Parameters

orientation

The orientation of the layout.

layerDistance

The distance between adjacent layers.

nodeDistance

The distance between adjacent nodes within the same layer.

margins

The margin between the produced graph and the left side of the diagram bounding rectangle.

 See Also

LayeredLayout Constructor Overload List
LayeredLayout Class
MindFusion.Diagramming.Wpf.Layout Namespace