I have few labels I use for displaying results.
Basically, they display numbers in following format
string.Format("{0:0.#}", number)
Their Text
property is binded to objects. Result should be plus or minus signed.
Is there a way to set Foreground
property of label according to result sign? For example green plus results and red minus results?