Table of Contents

Enum FlexalonCircleLayout.RadiusOptions

Namespace
Flexalon
Assembly
Flexalon.dll

Determines if and how the radius changes.

public enum FlexalonCircleLayout.RadiusOptions

Fields

Constant = 0

The radius does not change.

Step = 1

The radius is incremented for each child by the Radius Step property. This can be used to create an inward or outward spiral.

Wrap = 2

If set to Wrap, the radius is incremented each time around the circle. This can be used to create concentric circles of objects.