DrawingGroup.Children Vlastnost

Definice

Získá nebo nastaví Drawing objekty, které jsou obsaženy v tomto 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

Hodnota vlastnosti

DrawingCollection

Kolekce Drawing objektů v tomto DrawingGroupobjektu . Výchozí hodnota je prázdná DrawingCollection.

Poznámky

Pořadí podřízených položek v a DrawingGroup je určeno pořadím podřízených položek v DrawingCollection sadě DrawingGroup. Každý podřízený výkres je pod dalším podřízeným objektem v kolekci.

Informace o vlastnosti závislosti

Pole identifikátoru ChildrenProperty
Vlastnosti metadat nastavené na true Žádné

Platí pro