Search
LayeredLayout Constructor (Orientation, Single, Single, SizeF)
See Also
 





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

Namespace: MindFusion.Diagramming.Layout
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public LayeredLayout (
    Orientation orientation,
    float layerDistance,
    float nodeDistance,
    SizeF margins
)

Visual Basic  Copy Code

Public New ( _
    orientation As Orientation, _
    layerDistance As Single, _
    nodeDistance As Single, _
    margins As SizeF _
)

 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