Skip to main content
A newer version of this page is available. .

SugiyamaLayoutSettings(Double, Double, LayoutDirection) Constructor

Initializes a new instance of the SugiyamaLayoutSettings class.

Namespace: DevExpress.Diagram.Core.Layout

Assembly: DevExpress.Diagram.v18.2.Core.dll

Declaration

public SugiyamaLayoutSettings(
    double columnSpacing,
    double layerSpacing,
    LayoutDirection layoutDirection = LayoutDirection.TopToBottom
)

Parameters

Name Type Description
columnSpacing Double

A System.Double value that is the distance between shapes on the same level of hierarchy.

layerSpacing Double

A System.Double value that is the distance between layers of hierarchy.

Optional Parameters

Name Type Default Description
layoutDirection LayoutDirection 0

A LayoutDirection enumeration value that is the flow direction for the automatic layout.

See Also