NShape Reference
Template Property

<< Click to Display Table of Contents >>

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

NShape Reference
Template Property

Previous pageReturn to chapter overviewNext page

Indicates the template of the shape.

Syntax

public abstract Template Template { get; }

Description

Shapes within a diagram always have templates, however shapes within templates only have a template if the template depends on another template. When you follow the chain shape > template > shape > template > ... you will at some point reach a shape that does not have a template.

Returns

The shape's template.