Back to API Reference
Enum
ArcOrigin
Which point of a bent range stays on its straight baseline while the rest turns away from it.
public static readonly ArcOrigin Alignment = 0The edge the line was aligned to: a start-aligned line bends away from its start, an end-aligned one from its end, a centred one from its middle.
public static readonly ArcOrigin Left = 1The left edge of the range; the bend grows to the right.
public static readonly ArcOrigin Center = 2The middle of the range; both ends turn away.
public static readonly ArcOrigin Right = 3The right edge of the range; the bend grows to the left.
