Reorder Layers or set Z-Index to a Layer in WPF

1142
1
05-06-2013 06:55 AM
Sai_PhaneendraPoludasu
New Contributor
Hi,

I have a buffer task in which I'll click on the map and I should plot the buffer results. Initially when I click on the map, the point graphic is plotted on a layer and later I'll add a polygon results layer after fetching my buffer results from buffer service. I have to move my polygon layer layer beneath the point graphic layer, such that I can see the point graphic over the polygon.

So, I need any property or method to set Z-index or move the layer according to index (I have worked with z-index property in JavaScript but I am unable find out similar property in WPF).

Any sort of hint or help is appreciated. Thanks in Advance.
0 Kudos
1 Reply
JörgPossin
New Contributor III
Hi Sai Phaneendra,

did you find a solution? I am also trying to reorder the layers. There is a method moveLayer(oldindex, newindex) of the map but it does not work for me 😞

Jörg
0 Kudos