Hello,
I am editing the a xaml style file that has several System.Windows.Shapes.Path s defined as part of a style. I would like to make them bold or change color on mouseover. However, I don't have access to the specific path objects or their containing canvas in code-behind because I am using a third party control. I am able to bind them to code-behind which I have control over. Is this possible?
Thanks,
Eric