Changing a counter based on a dynamic property

I have a module where each unit has a numeric dynamic property called Strength. I want to be able to signify on the counter when Strength drops below a certain value - for example, if the strength drops below 10, underline the strength value, or change the text color.

Is this possible through a trigger action? If so, how do I associate a keystroke with what I want to do?

– Don