Docsv3.10.0
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 = 0

The 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 = 1

The left edge of the range; the bend grows to the right.

public static readonly ArcOrigin Center = 2

The middle of the range; both ends turn away.