Hi, I needed the same and worked on Erel's code to get it.
You can set max value in the Designer and by code, and can also change colors, size, duration and stroke by code.
Hope it's what you are looking for.
Best regards
EDIT:
- Added 'SetLayout' method. This way it is easier to position the view and the label is presented correctly. In
my previous version it wasn't when the layout was modified.
- Added 'AnimationType' property, that can be set in Designer and code. Ease-In Ease-Out animation isn't fine sometimes, e.g. with temporizers. It's easy to add more animations, just by looking at the code and visiting the page provided by Erel:
http://gizma.com/easing/
- Can change label TextColor, Typeface and TextSize by code