NShape Reference
ChildrenCollection Property

<< Click to Display Table of Contents >>

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

NShape Reference
ChildrenCollection Property

Previous pageReturn to chapter overviewNext page

Gets the collection that stores and manages the shape's child shapes.

By default, a CompositeShapeAggregation will be created as ChildrenCollection but you can also use other collections derived from ShapeAggregation by overriding the CreateChildrenCollection method.

Syntax

protected virtual ShapeAggregation ChildrenCollection {
 get;
}