Skip to main content

SugiyamaLayoutSettings(Double, Double, Size, Direction, ThicknessInfo) Constructor

OBSOLETE

This constructor is obsolete. Use the SugiyamaLayoutSettings(double columnSpacing, double layerSpacing, LayoutDirection layoutDirection = LayoutDirection.TopToBottom) constructor instead

Initializes a new instance of the SugiyamaLayoutSettings class.

Namespace: DevExpress.Diagram.Core.Layout

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

NuGet Package: DevExpress.Diagram.Core

Declaration

[Obsolete("This constructor is obsolete. Use the SugiyamaLayoutSettings(double columnSpacing, double layerSpacing, LayoutDirection layoutDirection = LayoutDirection.TopToBottom) constructor instead")]
public SugiyamaLayoutSettings(
    double columnSpacing,
    double layerSpacing,
    Size pageSize,
    Direction direction,
    ThicknessInfo margin
)

Parameters

Name Type
columnSpacing Double
layerSpacing Double
pageSize Size
direction Direction
margin DevExpress.Diagram.Core.ThicknessInfo
See Also