Hello, I'm currently trying to write an application with a progress indicator in C# using WPF:
http://img839.imageshack.us/my.php?image=20100831180406.png
So far the indicator is finished. However I don't have any possibility to lower the length of the indicator yet. I could redraw the indicator using other coordinates but that would be kind of complicated (think about the rounded parts). Also I can't overlay it with white color as it must be transparent due to a background image. Does anyone have an idea on how to achieve what I want? Or point me to another possible solution?
Best greetings, Jonas