Enum FlexalonCircleLayout.InitialRadiusOptions
Determines the initial radius of the circle.
Syntax
public enum FlexalonCircleLayout.InitialRadiusOptions
Fields
Name | Description |
---|---|
Fixed | The initial radius is a fixed value. |
HalfAxis1 | The initial radius is half the size of the layout on the first plane axis. |
HalfAxis2 | The initial radius is half the size of the layout on the other plane axis. |
HalfMaxAxis | The initial radius is half the size of the layout on the larger plane axis. |
HalfMinAxis | The initial radius is half the size of the layout on the smaller plane axis. |