I am writing a graphic editor kind of thing in silverlight 3 to customize tee shirts. there is a functionality to create curved lines i.e. user draws a straight line and then there is a slider to control the radius of curve and as user changes the radius the curve should be update accordingly.
I am really unable to find any link on the net that discusses how to create paths on the fly in silverlight.
any any info about this kind of work would be highly appreciated.