다음을 통해 공유


VisualCollection.InsertBelow(Visual, Visual) 메서드

정의

시각적 개체 컬렉션의 지정된 시각적 개체 아래에 새 시각적 개체를 삽입합니다.

public:
 virtual void InsertBelow(Visual ^ newChild, Visual ^ sibling) = InsertBelow;
void InsertBelow(Visual const& newChild, Visual const& sibling);
public void InsertBelow(Visual newChild, Visual sibling);
function insertBelow(newChild, sibling)
Public Sub InsertBelow (newChild As Visual, sibling As Visual)

매개 변수

newChild
Visual

삽입할 새 시각적 개체입니다.

sibling
Visual

아래에 새 시각적 개체를 삽입할 형제 시각적 개체입니다.

설명

VisualCollections는 아래쪽에서 위쪽으로 정렬되며 컬렉션을 반복하거나 열거하는 작업은 항상 아래쪽에서 위쪽으로 수행됩니다.

적용 대상