GeometryGroup.Children Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

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

Namespace:  System.Windows.Media
Assembly:  System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

Public Property Children As GeometryCollection
public GeometryCollection Children { get; set; }

Property Value

Type: System.Windows.Media..::.GeometryCollection
A collection containing the children of this GeometryGroup.

Remarks

Dependency property identifier field: ChildrenProperty

The XAML syntax for Children is an example of an implicit collection syntax. For more information about XAML implicit collection syntax, see XAML for Windows Phone 8.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

GeometryGroup Class

System.Windows.Media Namespace

Geometry

GeometryCollection