When I set the badge value, it's red background with white font.
Is it possible to change the background color of the badge to eg. blue?
When I set the badge value, it's red background with white font.
Is it possible to change the background color of the badge to eg. blue?
I had to do this recently and there isn't a built-in way.
But really, it's not that hard to write your own:
The only slightly difficult part is going to be measuring the length of the text for centering.
Rolling your own let's you make it exactly how you need. I exposed a int? Value
property that made extremely easy to use from within my apps as well as a ValueChanged
event.