RadialGaugeNeedleShape

Enum specifying various preset needle shapes.

A needle shape.

Needle = 3

A needle shape with a bulb at the end.

NeedleWithBulb = 7

No shape.

None = 0

A rectangle shape.

Rectangle = 1

A rectangle shape with a bulb at the end.

RectangleWithBulb = 5

A trapezoid shape.

Trapezoid = 4

A trapezoid shape with a bulb at the end.

TrapezoidWithBulb = 8

A triangle shape.

Triangle = 2

A triangle shape with a bulb at the end.

TriangleWithBulb = 6