The draw order of elements in the visual tree follows a depth-first search. Child visual elements appear on top of parent elements. UI Toolkit draws child elements in the order of the sibling list. The draw order is the following:
The diagram below shows the draw order of a visual tree:
To change the draw order of visual elements in C#, use the following functions:
To change the draw order of sibling visual elements, use the following functions: