NShape Reference
Shape.Children Property

<< Click to Display Table of Contents >>

Navigation:  Class Reference > Namespace Dataweb.NShape > Shape Class >

NShape Reference
Shape.Children Property

Previous pageReturn to chapter overviewNext page

Provides access to the child shapes.

Syntax

public abstract IShapeCollection Children { get; }

Description

This property is always assigned even if the shape has no children. A shape with children is called a composite shape.

Value

Shape collection that stores the children of this shape.