rob263, thank you for the clarification. I can't believe I hadn't run into this tidbit of info given all of the blogs and books I've been plowing through.
I've worked around my problem by finding and storing a reference to the DoubleAnimation element in the ApplyTemplate method, then I just set the desired properties before starting the animation.
Thanks for steering me away from a dead end.
Main Topics
Browse All Topics





by: rob263Posted on 2009-09-13 at 14:40:26ID: 25321851
Unfortunately, you can't use bindings inside <VisualStateManager>.
I think the standard solution is to use some visual element and have the visual state control the opacity of that element. However, I don't think this will apply to your problem.