How to Animate a Gradient on a Path to visualize data flow in WPF/WCF app

Posted by John on Stack Overflow See other posts from Stack Overflow or by John
Published on 2010-03-29T10:35:22Z Indexed on 2010/03/29 14:43 UTC
Read the original article Hit count: 631

Filed under:
|
|
|
|

I have an interesting project where several "nodes" on a cnavas are connected via a Path similiar to a mindmap tree. The path is used to visualize the connection state between two nodes. Red means the nodes are disconnected, green means they're connected. The next step would be to illustrate data flow (from A to B or B to A) using that path and an animation. Basically I would want to start the animation with the data transfer and stop it when the transfer is complete. Does anyone know how this could be done in WPF?

© Stack Overflow or respective owner

Related posts about wpf

Related posts about wpf-animation