there is a Line control which we can define like this:
<Line X1="10" Y1="30" X2="100" Y2="100" Stroke="Red" />
I'd like to create a point object of which i could define like this
<my:Point X="12" Y="44" Fill="Red" />
the whole point of this is that i could avoid calling Canvas.Top and Canvas.Left methods anyone have any ideas?