In one of the classes on XAML I remember seeing where we can set the property of an element (say Label's color) depending on the value in databinding - WITHOUT using converters. Something in XAML (like in my language: if value is < 500 color is green, if value is > 500 the color is red) using static resource, I think. Please advise.
↧