Skip to main content

CircularLayoutSettings(Double, CircularLayoutOrder, Double) Constructor

Initializes a new instance of the CircularLayoutSettings class.

Namespace: DevExpress.Diagram.Core.Layout

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

NuGet Package: DevExpress.Diagram.Core

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