I am trying to create an arc (variable width, variable number of degrees - potentially an entire circle) that gradually goes from, say, red on one end to green on the other. I haven't figured out how to specify a gradient on an arc to accomplish this.
For example, if you could imagine creating a round temperature gauge where the guage marker points at the varying degrees on the circle from 0 to 500. As an added visual, I would like the gauge circumference to have a gradient color signifying the gauge temperature - going from cool (green) to very hot (red).
I have tried both PathGradientBrush and LinerarGradientBrush (but maybe I missed something). Radial gradients don't seem to give me what I need either.
Any ideas would help.
Thanks.