Skip to main content
A newer version of this page is available. .

DiagramStencil.Shapes Property

Gets the collection of shapes associated with the stencil.

Namespace: DevExpress.Diagram.Core

Assembly: DevExpress.Diagram.v18.2.Core.dll

Declaration

public IEnumerable<ShapeDescription> Shapes { get; }

Property Value

Type Description
IEnumerable<ShapeDescription>

A collection of objects implementing the DevExpress.Diagram.Core.IDiagramShape interface.

Remarks

To edit the Shapes collection, use the DiagramStencil.RegisterShape and DiagramStencil.UnregisterShape methods.

See Also