Enum CircularArrangement
- Namespace
- Northwoods.Go.Layouts
- Assembly
- Northwoods.GoDiagram.WinForms.CircularLayout.dll
This enumeration specifies how nodes should be spaced in the ring. Used for Arrangement.
public enum CircularArrangement
Fields
ConstantAngle = 2
The angular distance between the nodes is constant.
ConstantDistance = 1
The distance between the centers of the nodes is constant.
ConstantSpacing = 0
The spacing between the idealized boundaries of the nodes is constant.
Packed = 3
The vertices are arranged as close together as possible considering the Spacing, assuming the nodes are rectangular.