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

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.v19.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,
    ThicknessInfo margin
)

Parameters

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