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

DiagramStencil.UnregisterShape(ShapeDescriptionBase) Method

Removes the specified shape from the stencil.

Namespace: DevExpress.Diagram.Core

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

Declaration

public void UnregisterShape(
    ShapeDescriptionBase shape
)

Parameters

Name Type Description
shape ShapeDescriptionBase

A ShapeDescriptionBase descendant representing the shape to add to the stencil.

See Also