c# - Is it possible to apply a storyboard to an element that is created after application start? -


basically, ive got load of polygons on canvas (the number of determined user clicking on canvas every polygon he/she wants). want able animate these polygons once user click 'play' button. ideas on how this? or whether possible? far i've learnt how apply storyboard elements created before application started.

hopefully help: creating animation in procedural code

you need either 1 storyboard instance per polygon (if want control them independently) or need add multiple doubleanimations, 1 storyboard, each targetting 1 polygon's x or y position.

it depends sort of animation want show. can elaborate?


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -