I am want to remove last draw line on Canvas in button click event.
this.ContentPanelCanvas.Children.Clear();
Above line remove a all draw line on canvas.I just want to remove last draw line. Any one know how can i do this?
|
I am want to remove last draw line on Canvas in button click event.
Above line remove a all draw line on canvas.I just want to remove last draw line. Any one know how can i do this? |
||||
|
|
|
I haven't tested it, but the last line is probably also the last element of the
|
|||
|
|