I am writing a simple 2D game in Silverlight with vb.net, I wrote a very similar game in vb6 and now I am rewriting it in vb.net for WP7.

I am wanting to draw a circle\ellipse on the screen through a canvas or otherwise. I need the circle to be movable like in vb6, similar to a line a vb.net. For example I need to be able to write something like; circle.left = 100 or circle.x = 100.

Thanks.