Table of Contents

Enum FlexalonCircleLayout.InitialRadiusOptions

Namespace
Flexalon
Assembly
Flexalon.dll

Determines the initial radius of the circle.

public enum FlexalonCircleLayout.InitialRadiusOptions

Fields

Fixed = 0

The initial radius is a fixed value.

HalfAxis1 = 1

The initial radius is half the size of the layout on the first plane axis.

HalfAxis2 = 2

The initial radius is half the size of the layout on the other plane axis.

HalfMaxAxis = 4

The initial radius is half the size of the layout on the larger plane axis.

HalfMinAxis = 3

The initial radius is half the size of the layout on the smaller plane axis.