NShape Reference
Parent

<< Click to Display Table of Contents >>

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

NShape Reference
Parent

Previous pageReturn to chapter overviewNext page

Refers to the owning shape of this shape.

Syntax

public abstract Shape Parent { getset; }

Description

Inner shapes (for example in composite shapes or in shape groups) refer to their outer shape as their Parent. For diagram and template shapes, this property is null/Nothing.

Value

The owning shape of this shape.

Exceptions

None