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

SugiyamaLayoutSettings(Double, Double, Size, Direction, Point) 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.v18.2.Core.dll

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 = Direction.Down,
    Point margin = default(Point)
)

Parameters

Name Type
columnSpacing Double
layerSpacing Double
pageSize Size

Optional Parameters

Name Type Default
direction Direction 3
margin Point *null*
See Also