Hi,
You can do that in may ways, but some manual coding is required.
One way is to register the PointerPressed, PointerMove, and PointerReleased events and add segments to a Path control to draw. You can re-use some of the code from the "Drag and Drop" demo in the Showcase app, located at:
http://www.cshtml5.com/samples/showcase ... L_FeaturesAnother way is to use the native HTML <canvas> control in conjuction with the LineElement class, as documented at:
http://www.cshtml5.com/links/how-to-use ... anvas.aspxRegards
JS-Support