시각적 트리에서 요소의 드로잉 순서는 뎁스 우선 검색을 따릅니다. 자식 시각적 요소는 부모 요소 위에 나타납니다. UI 툴킷은 형제 리스트의 순서로 자식 요소를 그립니다. 드로잉 순서는 다음과 같습니다.
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: