-api-id | -api-type |
---|---|
P:Windows.UI.Xaml.Media.GeometryGroup.Children |
winrt property |
Gets or sets the GeometryCollection that contains the objects that define this GeometryGroup.
<GeometryGroup>
oneOrMoreGeometries
</GeometryGroup>
- oneOrMoreGeometries
- oneOrMoreGeometriesOne or more object elements that derive from Geometry. Typically, these are any combination of the classes EllipseGeometry, GeometryGroup, LineGeometry, PathGeometry, and RectangleGeometry. Object elements defined here become members of the Children collection when code accesses the Children property at run time.