Enum FlexalonCircleLayout.RotateOptions
Determines how children should be rotated.
Syntax
public enum FlexalonCircleLayout.RotateOptions
Fields
| Name | Description |
|---|---|
| Backward | Children face backward along the circle. |
| Forward | Children face forward along the circle. |
| In | Children face into the circle. |
| None | Child rotation is set to zero. |
| Out | Children face out of the circle. |