Enum FlexalonCircleLayout.SpacingOptions
- Namespace
- Flexalon
- Assembly
- Flexalon.dll
Determines how the space between children is distributed.
public enum FlexalonCircleLayout.SpacingOptions
Fields
Evenly = 1The space around the circle is distributed between children.
Fixed = 0The Spacing Degrees property determines the space between children.