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 です。

注釈

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

依存プロパティ情報

識別子フィールド ChildrenProperty
に設定されたメタデータ プロパティ true なし

適用対象