Share via


DrawingGroup.Children 속성

정의

DrawingGroup에 포함된 Drawing 개체를 가져오거나 설정합니다.

public:
 property System::Windows::Media::DrawingCollection ^ Children { System::Windows::Media::DrawingCollection ^ get(); void set(System::Windows::Media::DrawingCollection ^ value); };
public System.Windows.Media.DrawingCollection Children { get; set; }
member this.Children : System.Windows.Media.DrawingCollection with get, set
Public Property Children As DrawingCollection

속성 값

DrawingCollection

DrawingGroup에 있는 Drawing 개체의 컬렉션입니다. 기본값은 빈 DrawingCollection입니다.

설명

자식 항목의 z 순서를 DrawingGroup 에서 자식 항목의 순서에 따라 결정 됩니다 합니다 DrawingCollectionDrawingGroup합니다. 그리기 각 자식 컬렉션의 다음 자식입니다.

종속성 속성 정보

식별자 필드 ChildrenProperty
메타 데이터 속성 설정 true 없음

적용 대상