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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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? Valueproperty that made extremely easy to use from within my apps as well as aValueChangedevent.