I need to print in a textBlock repeat if a number is less than 80 and paint color red, and more or equal than 80 print successful with green color.
How can I do that in XAML?
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.
Converters.
Sadly there are no inequality-triggers or the like, so using a converter should do.