GeometryGroup.Children Property

Definition

Gets or sets the GeometryCollection that contains the objects that define this GeometryGroup.

public:
 property GeometryCollection ^ Children { GeometryCollection ^ get(); void set(GeometryCollection ^ value); };
GeometryCollection Children();

void Children(GeometryCollection value);
public GeometryCollection Children { get; set; }
var geometryCollection = geometryGroup.children;
geometryGroup.children = geometryCollection;
Public Property Children As GeometryCollection
<GeometryGroup>
  oneOrMoreGeometries
</GeometryGroup>

Property Value

A collection containing the children of this GeometryGroup.

Applies to