Enum CircularAlignment
Specifies how a child element is aligned relative to its position on the circle.
public enum CircularAlignment
Fields
Center = 0Align the center of the element to the position (default).
Inner = 1Align the inner edge of the element toward the center.
Outer = 2Align the outer edge of the element away from the center.