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

CircularLayoutSettings(Double, CircularLayoutOrder, Double) Constructor

Initializes a new instance of the CircularLayoutSettings class.

Namespace: DevExpress.Diagram.Core.Layout

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

Declaration

public CircularLayoutSettings(
    double nodesSpacing,
    CircularLayoutOrder order,
    double startAngle = 0
)

Parameters

Name Type Description
nodesSpacing Double

A System.Double value that specifies the spacing between adjacent shapes.

order CircularLayoutOrder

A CircularLayoutOrder enumeration value.

Optional Parameters

Name Type Default Description
startAngle Double 0

A System.Double value that specifies the starting angle in degrees in the counterclockwise direction.

See Also