Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1019 Bytes

geometrygroup_children.md

File metadata and controls

35 lines (24 loc) · 1019 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Media.GeometryGroup.Children
winrt property

Windows.UI.Xaml.Media.GeometryGroup.Children

-description

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

-xaml-syntax

<GeometryGroup>
  oneOrMoreGeometries
</GeometryGroup>

-xaml-values

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.
## -property-value A collection containing the children of this [GeometryGroup](geometrygroup.md).

-remarks

-examples

-see-also