Enum FlexalonCircleLayout.InitialRadiusOptions
- Namespace
- Flexalon
- Assembly
- Flexalon.dll
Determines the initial radius of the circle.
public enum FlexalonCircleLayout.InitialRadiusOptions
Fields
Fixed = 0The initial radius is a fixed value.
HalfAxis1 = 1The initial radius is half the size of the layout on the first plane axis.
HalfAxis2 = 2The initial radius is half the size of the layout on the other plane axis.
HalfMaxAxis = 4The initial radius is half the size of the layout on the larger plane axis.
HalfMinAxis = 3The initial radius is half the size of the layout on the smaller plane axis.