method Element.BringToFront ()
Brings the element to front.

TypeDescription
The BringToFront method brings the element to the front. The SendToBack method sends the current element to the back. For instance, if two element gets intersected, you can use the BringToFront method to bring one element on front, or SendToBack method to send the element on the back. The BringToFront and SendToBack methods changes the drawing order of the elements.