Hi all
I have a program in runtime that uses MVVM.
I would like to use SketchEditor in one of the commands to draw a line on screen.
The map is send to the model but not the MapView.
I found that in the xml I can add SketchEditor="{binding Draw}" but I am not sure how to use it.
Anybody have a code sample?
Thanks