Duplicate a shape when it's dragged.

I was wondering how I would duplicate a shape when I move it somewhere else.

Hi!

Hard to say without seeing more of your app. You could try using two shapes on top of each other in the first place?

If you need multiple, you need to somehow databind this to an <Each> tag and add new items from javascript in response to some event.