GeometryGroup.Children Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.