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