Enum CircularArrangement

GoDiagram®
v10.0.8
by Northwoods Software®

This enumeration specifies how nodes should be spaced in the ring. Used for Arrangement.

Namespace: Northwoods.Go.Layouts
Assembly: Northwoods.GoDiagram.WinForms.CircularLayout.dll
Syntax
public enum CircularArrangement

Fields

Name Description
ConstantAngle

The angular distance between the nodes is constant.

ConstantDistance

The distance between the centers of the nodes is constant.

ConstantSpacing

The spacing between the idealized boundaries of the nodes is constant.

Packed

The vertices are arranged as close together as possible considering the Spacing, assuming the nodes are rectangular.