What is the replacement for DataTrigger in Silverlight
问题 This is my scenario. I have 2 Properties. Type and State. Type is an Enum with 3 values eg, ball, car, arrow. State is an int which would accept 3 state values eg., -1, 0, 1. Also, I have 9 images for each state values. Like, if I select type as ball and value as -1, I want to display a Red color ball. If I select type as arrow and value as 1, I want to display a up arrow. etc., I'm able to do this in WPF. I created 3 DataTemplates with an empty Image. Then, I use DataTrigger to check and