Enum FlexalonCircleLayout.RadiusOptions
Determines if and how the radius changes.
Syntax
public enum FlexalonCircleLayout.RadiusOptions
Fields
Name | Description |
---|---|
Constant | The radius does not change. |
Step | The radius is incremented for each child by the Radius Step property. This can be used to create an inward or outward spiral. |
Wrap | If set to Wrap, the radius is incremented each time around the circle. This can be used to create concentric circles of objects. |