DrawingGroup.Children Property

Definition

Gets or sets the Drawing objects that are contained in this 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

Property Value

A collection of the Drawing objects in this DrawingGroup. The default is an empty DrawingCollection.

Remarks

The z-order of the child items in a DrawingGroup is determined by the order of the child items in the DrawingCollection of the DrawingGroup. Each child drawing is under the next child in the collection.

Dependency Property Information

Identifier field ChildrenProperty
Metadata properties set to true None

Applies to