Hi,
I am a new guy of ThinkGeo.
Can I add WPF Elements to the layer just like a marker? if not, How can I implement a custom marker or somethingelse(complex element, for example Stereoscopic camera and User can resize it according to the edit point).
Thanks,
Can I add WPF Element to the layer?
Hi Char,
You cannot add WPF elements to layer level, the marker is in the overlay level.
In fact you can inherit from our marker and implement your custom marker. You can try to put your element in it and add the marker to marker overlay.
Regards,
Don