DrawingGroup.Children プロパティ

定義

このDrawingに含まれるDrawingGroup オブジェクトを取得または設定します。

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

プロパティ値

このDrawing内のDrawingGroup オブジェクトのコレクション。 既定値は空の DrawingCollectionです。

注釈

DrawingGroup内の子項目の z オーダーは、DrawingCollectionDrawingGroup内の子項目の順序によって決まります。 各子描画は、コレクション内の次の子の下にあります。

依存関係プロパティ情報

品目 価値
識別子フィールド ChildrenProperty
に設定されたメタデータ プロパティ true None

適用対象