views:

13

answers:

0

I have to draw a number of shapes to represent an orchard. Each of these shapes are different 'shapes'. But I want the all to have the same concept of states so if that region changes state it will change color independently of the other shapes. (note they are all independent of each other and can be in different states). How do I do this.
If I create a ControlTemplate it's target type can't be Path. So Essentially want to have a number of Paths who each have a concept of state. Basically when something happens .. that Path may change from red to green ...